Module org.apache.lucene.core
Package org.apache.lucene.index
Class MappingMultiPostingsEnum.MappingPostingsSub
java.lang.Object
org.apache.lucene.index.DocIDMerger.Sub
org.apache.lucene.index.MappingMultiPostingsEnum.MappingPostingsSub
- Enclosing class:
MappingMultiPostingsEnum
-
Field Summary
FieldsFields inherited from class org.apache.lucene.index.DocIDMerger.Sub
docMap, mappedDocID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintnextDoc()Returns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCSwhen doneMethods inherited from class org.apache.lucene.index.DocIDMerger.Sub
nextMappedDoc
-
Field Details
-
postings
-
-
Constructor Details
-
MappingPostingsSub
-
-
Method Details
-
nextDoc
public int nextDoc()Description copied from class:DocIDMerger.SubReturns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCSwhen done- Specified by:
nextDocin classDocIDMerger.Sub
-