Uses of Interface
org.apache.lucene.index.TermDocs
-
Packages that use TermDocs Package Description 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 Modifier and Type Interface Description interfaceTermPositionsTermPositions provides an interface for enumerating the <document, frequency, <position>* > tuples for a term.Classes in org.apache.lucene.index that implement TermDocs Modifier and Type Class Description classAbstractAllTermDocsBase class for enumerating all but deleted docs.static classFilterIndexReader.FilterTermDocsBase class for filteringTermDocsimplementations.static classFilterIndexReader.FilterTermPositionsBase class for filteringTermPositionsimplementations.classMultipleTermPositionsFields in org.apache.lucene.index declared as TermDocs Modifier and Type Field Description protected TermDocsFilterIndexReader.FilterTermDocs. inMethods in org.apache.lucene.index that return TermDocs Modifier and Type Method Description TermDocsSegmentReader. rawTermDocs(Term term)Expert: returns an enumeration of the documents that containterm, including deleted documents (which are normally filtered out).TermDocsFilterIndexReader. termDocs()TermDocsFilterIndexReader. termDocs(Term term)abstract TermDocsIndexReader. termDocs()Returns an unpositionedTermDocsenumerator.TermDocsIndexReader. termDocs(Term term)Returns an enumeration of all the documents which containterm.TermDocsMultiReader. termDocs()TermDocsMultiReader. termDocs(Term term)TermDocsParallelReader. termDocs()TermDocsParallelReader. termDocs(Term term)TermDocsSegmentReader. termDocs()TermDocsSegmentReader. termDocs(Term term)Constructors in org.apache.lucene.index with parameters of type TermDocs Constructor Description FilterTermDocs(TermDocs in)
-