Package | Description |
---|---|
org.apache.lucene.codecs.lucene54 |
Lucene 5.4 file format.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Lucene54DocValuesProducer.BinaryEntry> |
Lucene54DocValuesProducer.binaries |
Modifier and Type | Method and Description |
---|---|
private Lucene54DocValuesProducer.BinaryEntry |
Lucene54DocValuesProducer.readBinaryEntry(FieldInfo info,
IndexInput meta) |
Modifier and Type | Method and Description |
---|---|
private BinaryDocValues |
Lucene54DocValuesProducer.getCompressedBinary(FieldInfo field,
Lucene54DocValuesProducer.BinaryEntry bytes) |
private BinaryDocValues |
Lucene54DocValuesProducer.getFixedBinary(FieldInfo field,
Lucene54DocValuesProducer.BinaryEntry bytes) |
private MonotonicBlockPackedReader |
Lucene54DocValuesProducer.getIntervalInstance(FieldInfo field,
Lucene54DocValuesProducer.BinaryEntry bytes)
returns an address instance for prefix-compressed binary values.
|
private Lucene54DocValuesProducer.ReverseTermsIndex |
Lucene54DocValuesProducer.getReverseIndexInstance(FieldInfo field,
Lucene54DocValuesProducer.BinaryEntry bytes)
returns a reverse lookup instance for prefix-compressed binary values.
|
private BinaryDocValues |
Lucene54DocValuesProducer.getVariableBinary(FieldInfo field,
Lucene54DocValuesProducer.BinaryEntry bytes) |
Constructor and Description |
---|
CompressedBinaryDocValues(Lucene54DocValuesProducer.BinaryEntry bytes,
MonotonicBlockPackedReader addresses,
Lucene54DocValuesProducer.ReverseTermsIndex index,
IndexInput data) |