Module org.apache.lucene.codecs
Class STUniformSplitTermsWriter.SegmentTerms
java.lang.Object
org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter.TermIterator<STUniformSplitTermsWriter.SegmentTerms>
org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter.SegmentTerms
- All Implemented Interfaces:
Comparable<STUniformSplitTermsWriter.TermIterator<STUniformSplitTermsWriter.SegmentTerms>>
- Enclosing class:
STUniformSplitTermsWriter
private class STUniformSplitTermsWriter.SegmentTerms
extends STUniformSplitTermsWriter.TermIterator<STUniformSplitTermsWriter.SegmentTerms>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MergeState.DocMapprivate final Map<String, BlockTermState> private final STMergingBlockReaderprivate final IntegerFields inherited from class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter.TermIterator
term -
Constructor Summary
ConstructorsConstructorDescriptionSegmentTerms(int segmentIndex, STMergingBlockReader mergingBlockReader, MergeState.DocMap docMap) -
Method Summary
Modifier and TypeMethodDescription(package private) intcompareSecondary(STUniformSplitTermsWriter.TermIterator<STUniformSplitTermsWriter.SegmentTerms> other) (package private) booleannextTerm()Methods inherited from class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter.TermIterator
compareTo
-
Field Details
-
segmentIndex
-
mergingBlockReader
-
fieldTermStatesMap
-
docMap
-
-
Constructor Details
-
Method Details
-
nextTerm
- Specified by:
nextTermin classSTUniformSplitTermsWriter.TermIterator<STUniformSplitTermsWriter.SegmentTerms>- Throws:
IOException
-