Uses of Class
org.apache.lucene.index.DocTermOrds

Packages that use DocTermOrds
org.apache.lucene.search Code to search indices. 
 

Uses of DocTermOrds in org.apache.lucene.search
 

Methods in org.apache.lucene.search that return DocTermOrds
 DocTermOrds FieldCache.getDocTermOrds(AtomicReader reader, String field)
          Checks the internal cache for an appropriate entry, and if none is found, reads the term values in field and returns a DocTermOrds instance, providing a method to retrieve the terms (as ords) per document.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.