| 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 TermBytes |
BlockLine.termBytes |
| Modifier and Type | Method and Description |
|---|---|
TermBytes |
BlockLine.getTermBytes() |
protected TermBytes |
BlockLine.Serializer.readIncrementallyEncodedTerm(DataInput blockInput,
boolean isIncrementalEncodingSeed,
TermBytes reuse) |
TermBytes |
TermBytes.reset(int mdpLength,
BytesRef term) |
| Modifier and Type | Method and Description |
|---|---|
protected TermBytes |
BlockLine.Serializer.readIncrementallyEncodedTerm(DataInput blockInput,
boolean isIncrementalEncodingSeed,
TermBytes reuse) |
protected BlockLine |
BlockLine.reset(TermBytes termBytes,
int termStateRelativeOffset)
Resets this
BlockLine to reuse it when reading. |
protected void |
BlockLine.Serializer.writeIncrementallyEncodedTerm(TermBytes termBytes,
TermBytes previousTermBytes,
boolean isIncrementalEncodingSeed,
DataOutput blockOutput) |
| Constructor and Description |
|---|
BlockLine(TermBytes termBytes,
BlockTermState termState)
Constructor used for writing a
BlockLine. |
BlockLine(TermBytes termBytes,
int termStateRelativeOffset)
Constructor used for reading a
BlockLine. |
| Constructor and Description |
|---|
STBlockLine(TermBytes termBytes,
List<FieldMetadataTermState> termStates) |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.