Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene60 |
Lucene 6.0 file format.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.index.memory |
High-performance single-document main memory Apache Lucene fulltext search index.
|
org.apache.lucene.search.highlight |
Highlighting search terms.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class and Description |
---|---|
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 | Class and Description |
---|---|
private static class |
SortingLeafReader.SortingPointValues |
Modifier and Type | Field and Description |
---|---|
private PointValues |
SortingLeafReader.SortingPointValues.in |
Modifier and Type | Method and Description |
---|---|
PointValues |
FilterCodecReader.getPointValues() |
PointValues |
FilterLeafReader.getPointValues() |
abstract PointValues |
LeafReader.getPointValues()
Returns the
PointValues used for numeric or
spatial searches, or null if there are no point fields. |
PointValues |
ParallelLeafReader.getPointValues() |
PointValues |
SegmentReader.getPointValues() |
PointValues |
MergeReaderWrapper.getPointValues() |
PointValues |
SlowCompositeReaderWrapper.getPointValues()
Deprecated.
|
PointValues |
SortingLeafReader.getPointValues() |
Modifier and Type | Method and Description |
---|---|
private static PointsReader |
SlowCodecReaderWrapper.pointValuesToReader(PointValues values) |
Constructor and Description |
---|
SortingPointValues(PointValues in,
Sorter.DocMap docMap) |
Modifier and Type | Class and Description |
---|---|
private class |
MemoryIndex.MemoryIndexReader.MemoryIndexPointValues |
Modifier and Type | Field and Description |
---|---|
private PointValues |
MemoryIndex.MemoryIndexReader.pointValues |
Modifier and Type | Method and Description |
---|---|
PointValues |
MemoryIndex.MemoryIndexReader.getPointValues() |
Modifier and Type | Method and Description |
---|---|
PointValues |
TermVectorLeafReader.getPointValues() |
Constructor and Description |
---|
DocIdSetBuilder(int maxDoc,
PointValues values,
java.lang.String field)
Create a
DocIdSetBuilder instance that is optimized for
accumulating docs that match the given PointValues . |