| Package | Description |
|---|---|
| org.apache.lucene.codecs.compressing |
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
|
| org.apache.lucene.codecs.lucene70 |
Components from the Lucene 7.0 index format.
|
| org.apache.lucene.util.bkd |
Block KD-tree, implementing the generic spatial data structure described in
this paper.
|
| Modifier and Type | Field and Description |
|---|---|
private GrowableByteArrayDataOutput |
CompressingStoredFieldsWriter.bufferedDocs |
private GrowableByteArrayDataOutput |
CompressingTermVectorsWriter.payloadBytes |
private GrowableByteArrayDataOutput |
CompressingTermVectorsWriter.termSuffixes |
| Modifier and Type | Method and Description |
|---|---|
private void |
Lucene70DocValuesConsumer.writeBlock(long[] values,
int length,
long gcd,
GrowableByteArrayDataOutput buffer) |
| Modifier and Type | Field and Description |
|---|---|
private GrowableByteArrayDataOutput |
BKDWriter.scratchOut |