Package | Description |
---|---|
org.apache.lucene.codecs.uniformsplit.sharedterms |
Pluggable term index / block terms dictionary implementations.
|
Modifier and Type | Field and Description |
---|---|
protected 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,
List<FieldMetadataTermState> termStates,
IndexDictionary.Builder dictionaryBuilder)
Adds a new
BlockLine term for the current field. |
Constructor and Description |
---|
STBlockLine(TermBytes termBytes,
List<FieldMetadataTermState> termStates) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.