public abstract static class DocIDMerger.Sub
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) MergeState.DocMap |
docMap |
int |
mappedDocID
Mapped doc ID
|
Constructor and Description |
---|
Sub(MergeState.DocMap docMap)
Sole constructor
|
Modifier and Type | Method and Description |
---|---|
abstract int |
nextDoc()
Returns the next document ID from this sub reader, and
DocIdSetIterator.NO_MORE_DOCS when done |
public int mappedDocID
final MergeState.DocMap docMap
public Sub(MergeState.DocMap docMap)
public abstract int nextDoc() throws java.io.IOException
DocIdSetIterator.NO_MORE_DOCS
when donejava.io.IOException