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