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
private static class MappingMultiPostingsEnum.MappingPostingsSub extends DocIDMerger.Sub
-
-
Field Summary
Fields Modifier and Type Field Description PostingsEnumpostings-
Fields inherited from class org.apache.lucene.index.DocIDMerger.Sub
docMap, mappedDocID
-
-
Constructor Summary
Constructors Constructor Description MappingPostingsSub(MergeState.DocMap docMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intnextDoc()Returns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCSwhen done
-
-
-
Field Detail
-
postings
public PostingsEnum postings
-
-
Constructor Detail
-
MappingPostingsSub
public MappingPostingsSub(MergeState.DocMap docMap)
-
-
Method Detail
-
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
-
-