Package org.apache.lucene.index
Class DocIDMerger.Sub
- java.lang.Object
-
- org.apache.lucene.index.DocIDMerger.Sub
-
- Enclosing class:
- DocIDMerger<T extends DocIDMerger.Sub>
public abstract static class DocIDMerger.Sub extends Object
Represents one sub-reader being merged
-
-
Field Summary
Fields Modifier and Type Field Description intmappedDocIDMapped doc ID
-
Constructor Summary
Constructors Constructor Description Sub(MergeState.DocMap docMap)Sole constructor
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract intnextDoc()Returns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCSwhen done
-
-
-
Constructor Detail
-
Sub
public Sub(MergeState.DocMap docMap)
Sole constructor
-
-
Method Detail
-
nextDoc
public abstract int nextDoc() throws IOExceptionReturns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCSwhen done- Throws:
IOException
-
-