private static class CompressingStoredFieldsWriter.CompressingStoredFieldsMergeSub extends DocIDMerger.Sub
Modifier and Type | Field and Description |
---|---|
(package private) int |
docID |
private int |
maxDoc |
private CompressingStoredFieldsReader |
reader |
mappedDocID
Constructor and Description |
---|
CompressingStoredFieldsMergeSub(CompressingStoredFieldsReader reader,
MergeState.DocMap docMap,
int maxDoc) |
Modifier and Type | Method and Description |
---|---|
int |
nextDoc()
Returns the next document ID from this sub reader, and
DocIdSetIterator.NO_MORE_DOCS when done |
private final CompressingStoredFieldsReader reader
private final int maxDoc
int docID
public CompressingStoredFieldsMergeSub(CompressingStoredFieldsReader reader, MergeState.DocMap docMap, int maxDoc)
public int nextDoc()
DocIDMerger.Sub
DocIdSetIterator.NO_MORE_DOCS
when donenextDoc
in class DocIDMerger.Sub