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.
|
Modifier and Type | Class and Description |
---|---|
class |
MutablePointsReader
PointsReader whose order of points can be changed. |
Modifier and Type | Method and Description |
---|---|
abstract PointsReader |
PointsFormat.fieldsReader(SegmentReadState state)
Reads a segment.
|
PointsReader |
PointsReader.getMergeInstance()
Returns an instance optimized for merging.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
PointsWriter.writeField(FieldInfo fieldInfo,
PointsReader values)
Write all values contained in the provided reader
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene60PointsReader
Reads point values previously written with
Lucene60PointsWriter |
Modifier and Type | Method and Description |
---|---|
PointsReader |
Lucene60PointsFormat.fieldsReader(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
void |
Lucene60PointsWriter.writeField(FieldInfo fieldInfo,
PointsReader values) |
Modifier and Type | Field and Description |
---|---|
PointsReader[] |
MergeState.pointsReaders
Point readers to merge
|
Modifier and Type | Method and Description |
---|---|
PointsReader |
SegmentReader.getPointsReader() |
PointsReader |
FilterCodecReader.getPointsReader() |
abstract PointsReader |
CodecReader.getPointsReader()
Expert: retrieve underlying PointsReader
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.