Package | Description |
---|---|
org.apache.lucene.codecs.uniformsplit |
Pluggable term index / block terms dictionary implementations.
|
org.apache.lucene.codecs.uniformsplit.sharedterms |
Pluggable term index / block terms dictionary implementations.
|
Modifier and Type | Field and Description |
---|---|
protected DeltaBaseTermStateSerializer |
BlockReader.termStateSerializer |
protected DeltaBaseTermStateSerializer |
BlockWriter.termStateSerializer |
Modifier and Type | Method and Description |
---|---|
protected DeltaBaseTermStateSerializer |
BlockReader.createDeltaBaseTermStateSerializer() |
protected DeltaBaseTermStateSerializer |
BlockWriter.createDeltaBaseTermStateSerializer() |
Modifier and Type | Method and Description |
---|---|
protected void |
BlockLine.Serializer.writeLineTermState(DataOutput termStatesOutput,
BlockLine line,
FieldInfo fieldInfo,
DeltaBaseTermStateSerializer encoder)
Writes the term state details of a line in the details region.
|
Modifier and Type | Method and Description |
---|---|
void |
STBlockLine.Serializer.readFieldTermStatesMap(DataInput termStatesInput,
DeltaBaseTermStateSerializer termStateSerializer,
BlockHeader blockHeader,
FieldInfos fieldInfos,
Map<String,BlockTermState> fieldTermStatesMap)
Reads all the
BlockTermState of all the field in the current block line of the provided input. |
BlockTermState |
STBlockLine.Serializer.readTermStateForField(int fieldId,
DataInput termStatesInput,
DeltaBaseTermStateSerializer termStateSerializer,
BlockHeader blockHeader,
FieldInfos fieldInfos,
BlockTermState reuse)
Reads a single
BlockTermState for the provided field in the current block line of the provided input. |
void |
STBlockLine.Serializer.writeLineTermStates(DataOutput termStatesOutput,
STBlockLine line,
DeltaBaseTermStateSerializer encoder)
Writes all the
BlockTermState of the provided STBlockLine to the given output. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.