Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene86 |
Lucene 8.6 file format.
|
org.apache.lucene.codecs.lucene87 |
Lucene 8.7 file format.
|
Modifier and Type | Field and Description |
---|---|
static PointsFormat |
PointsFormat.EMPTY
A
PointsFormat that has nothing indexed |
Modifier and Type | Method and Description |
---|---|
PointsFormat |
FilterCodec.pointsFormat() |
abstract PointsFormat |
Codec.pointsFormat()
Encodes/decodes points index
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene86PointsFormat
Lucene 8.6 point format, which encodes dimensional values in a block KD-tree structure
for fast 1D range and N dimensional shape intersection filtering.
|
Modifier and Type | Method and Description |
---|---|
PointsFormat |
Lucene87Codec.pointsFormat() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.