| Package | Description |
|---|---|
| org.apache.lucene.codecs.uniformsplit.sharedterms |
Pluggable term index / block terms dictionary implementations.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<STUniformSplitTermsWriter.SegmentPostings> |
STMergingTermsEnum.MultiSegmentsPostingsEnum.segmentPostingsList |
| Modifier and Type | Method and Description |
|---|---|
protected PostingsEnum |
STMergingTermsEnum.MultiSegmentsPostingsEnum.getPostings(STUniformSplitTermsWriter.SegmentPostings segmentPostings) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
STMergingTermsEnum.reset(BytesRef term,
List<STUniformSplitTermsWriter.SegmentPostings> segmentPostings)
Resets this
STMergingTermsEnum with a new term and its list of
STUniformSplitTermsWriter.SegmentPostings to combine. |
protected void |
STMergingTermsEnum.MultiSegmentsPostingsEnum.reset(List<STUniformSplitTermsWriter.SegmentPostings> segmentPostingsList)
Resets/reuse this
PostingsEnum. |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.