Uses of Class
org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter.SegmentPostings
-
Packages that use STUniformSplitTermsWriter.SegmentPostings Package Description org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations. -
-
Uses of STUniformSplitTermsWriter.SegmentPostings in org.apache.lucene.codecs.uniformsplit.sharedterms
Fields in org.apache.lucene.codecs.uniformsplit.sharedterms with type parameters of type STUniformSplitTermsWriter.SegmentPostings Modifier and Type Field Description protected java.util.List<STUniformSplitTermsWriter.SegmentPostings>
STMergingTermsEnum.MultiSegmentsPostingsEnum. segmentPostingsList
Methods in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type STUniformSplitTermsWriter.SegmentPostings Modifier and Type Method Description protected PostingsEnum
STMergingTermsEnum.MultiSegmentsPostingsEnum. getPostings(STUniformSplitTermsWriter.SegmentPostings segmentPostings)
Method parameters in org.apache.lucene.codecs.uniformsplit.sharedterms with type arguments of type STUniformSplitTermsWriter.SegmentPostings Modifier and Type Method Description private void
STUniformSplitTermsWriter. combineSegmentsFields(java.util.List<STUniformSplitTermsWriter.TermIterator<STUniformSplitTermsWriter.SegmentTerms>> groupedSegmentTerms, java.util.Map<java.lang.String,java.util.List<STUniformSplitTermsWriter.SegmentPostings>> fieldPostingsMap)
protected void
STMergingTermsEnum.MultiSegmentsPostingsEnum. reset(java.util.List<STUniformSplitTermsWriter.SegmentPostings> segmentPostingsList)
Resets/reuse thisPostingsEnum
.protected void
STMergingTermsEnum. reset(BytesRef term, java.util.List<STUniformSplitTermsWriter.SegmentPostings> segmentPostings)
Resets thisSTMergingTermsEnum
with a new term and its list ofSTUniformSplitTermsWriter.SegmentPostings
to combine.(package private) void
STUniformSplitTermsWriter.MergingFieldTerms. resetIterator(BytesRef term, java.util.List<STUniformSplitTermsWriter.SegmentPostings> segmentPostingsList)
-