Package | Description |
---|---|
org.apache.lucene.codecs.uniformsplit.sharedterms |
Pluggable term index / block terms dictionary implementations.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<FieldMetadataTermState> |
STBlockLine.termStates
List of the fields ond their TermStates for this block line.
|
Modifier and Type | Method and Description |
---|---|
void |
STBlockWriter.addLine(BytesRef term,
java.util.List<FieldMetadataTermState> termStates,
IndexDictionary.Builder dictionaryBuilder)
Adds a new
BlockLine term for the current field. |
private void |
STUniformSplitTermsWriter.writePostingLines(BytesRef term,
java.util.List<? extends STUniformSplitTermsWriter.TermIterator<STUniformSplitTermsWriter.FieldTerms>> groupedFieldTerms,
NormsProducer normsProducer,
java.util.List<FieldMetadataTermState> termStates) |
Constructor and Description |
---|
STBlockLine(TermBytes termBytes,
java.util.List<FieldMetadataTermState> termStates) |