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. segmentPostingsListMethods in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type STUniformSplitTermsWriter.SegmentPostings Modifier and Type Method Description protected PostingsEnumSTMergingTermsEnum.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 voidSTUniformSplitTermsWriter. combineSegmentsFields(java.util.List<STUniformSplitTermsWriter.TermIterator<STUniformSplitTermsWriter.SegmentTerms>> groupedSegmentTerms, java.util.Map<java.lang.String,java.util.List<STUniformSplitTermsWriter.SegmentPostings>> fieldPostingsMap)protected voidSTMergingTermsEnum.MultiSegmentsPostingsEnum. reset(java.util.List<STUniformSplitTermsWriter.SegmentPostings> segmentPostingsList)Resets/reuse thisPostingsEnum.protected voidSTMergingTermsEnum. reset(BytesRef term, java.util.List<STUniformSplitTermsWriter.SegmentPostings> segmentPostings)Resets thisSTMergingTermsEnumwith a new term and its list ofSTUniformSplitTermsWriter.SegmentPostingsto combine.(package private) voidSTUniformSplitTermsWriter.MergingFieldTerms. resetIterator(BytesRef term, java.util.List<STUniformSplitTermsWriter.SegmentPostings> segmentPostingsList)
-