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 BlockHeader |
BlockReader.blockHeader
Current block header.
|
protected BlockHeader |
BlockWriter.reusableBlockHeader |
Modifier and Type | Method and Description |
---|---|
BlockHeader |
BlockHeader.Serializer.read(DataInput input,
BlockHeader reuse) |
protected BlockHeader |
BlockReader.readHeader()
Reads the block header.
|
protected BlockHeader |
BlockHeader.reset(int linesCount,
long baseDocsFP,
long basePositionsFP,
long basePayloadsFP,
int termStatesBaseOffset,
int middleTermOffset) |
Modifier and Type | Method and Description |
---|---|
BlockHeader |
BlockHeader.Serializer.read(DataInput input,
BlockHeader reuse) |
void |
BlockHeader.Serializer.write(DataOutput output,
BlockHeader blockHeader) |
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. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.