Module org.apache.lucene.core
Class Lucene90CompressingStoredFieldsWriter.CompressingStoredFieldsMergeSub
- java.lang.Object
-
- org.apache.lucene.index.DocIDMerger.Sub
-
- org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.CompressingStoredFieldsMergeSub
-
- Enclosing class:
- Lucene90CompressingStoredFieldsWriter
private static class Lucene90CompressingStoredFieldsWriter.CompressingStoredFieldsMergeSub extends DocIDMerger.Sub
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
docID
private int
maxDoc
private Lucene90CompressingStoredFieldsWriter.MergeStrategy
mergeStrategy
private int
readerIndex
-
Fields inherited from class org.apache.lucene.index.DocIDMerger.Sub
docMap, mappedDocID
-
-
Constructor Summary
Constructors Constructor Description CompressingStoredFieldsMergeSub(MergeState mergeState, Lucene90CompressingStoredFieldsWriter.MergeStrategy mergeStrategy, int readerIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
nextDoc()
Returns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCS
when done-
Methods inherited from class org.apache.lucene.index.DocIDMerger.Sub
nextMappedDoc
-
-
-
-
Field Detail
-
readerIndex
private final int readerIndex
-
maxDoc
private final int maxDoc
-
mergeStrategy
private final Lucene90CompressingStoredFieldsWriter.MergeStrategy mergeStrategy
-
docID
int docID
-
-
Constructor Detail
-
CompressingStoredFieldsMergeSub
CompressingStoredFieldsMergeSub(MergeState mergeState, Lucene90CompressingStoredFieldsWriter.MergeStrategy mergeStrategy, int readerIndex)
-
-
Method Detail
-
nextDoc
public int nextDoc()
Description copied from class:DocIDMerger.Sub
Returns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCS
when done- Specified by:
nextDoc
in classDocIDMerger.Sub
-
-