| 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.index |
Code to maintain and access indices.
|
| org.apache.lucene.util |
Some utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutablePointsReader
PointsReader whose order of points can be changed. |
class |
PointsReader
Abstract API to visit point values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene60PointsReader
Reads point values previously written with
Lucene60PointsWriter |
| Modifier and Type | Method and Description |
|---|---|
PointValues |
ParallelLeafReader.getPointValues() |
PointValues |
SegmentReader.getPointValues() |
abstract PointValues |
LeafReader.getPointValues()
Returns the
PointValues used for numeric or
spatial searches, or null if there are no point fields. |
PointValues |
FilterCodecReader.getPointValues() |
PointValues |
FilterLeafReader.getPointValues() |
| Constructor and Description |
|---|
VerifyPointsVisitor(String fieldName,
int maxDoc,
PointValues values)
Sole constructor
|
| Constructor and Description |
|---|
DocIdSetBuilder(int maxDoc,
PointValues values,
String field)
Create a
DocIdSetBuilder instance that is optimized for
accumulating docs that match the given PointValues. |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.