Uses of Interface
org.apache.lucene.index.TermDocs

Packages that use TermDocs
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of TermDocs in org.apache.lucene.index
 

Subinterfaces of TermDocs in org.apache.lucene.index
 interface TermPositions
          TermPositions provides an interface for enumerating the <document, frequency, <position>* > tuples for a term.
 

Methods in org.apache.lucene.index that return TermDocs
 TermDocs IndexReader.termDocs(Term term)
          Returns an enumeration of all the documents which contain term.
abstract  TermDocs IndexReader.termDocs()
          Returns an unpositioned TermDocs enumerator.
 



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