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.index |
Code to maintain and access indices.
|
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 |
Lucene86PointsReader
Reads point values previously written with
Lucene86PointsWriter |
Modifier and Type | Method and Description |
---|---|
PointsReader |
Lucene86PointsFormat.fieldsReader(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
void |
Lucene86PointsWriter.writeField(FieldInfo fieldInfo,
PointsReader reader) |
Modifier and Type | Field and Description |
---|---|
PointsReader[] |
MergeState.pointsReaders
Point readers to merge
|
Modifier and Type | Method and Description |
---|---|
PointsReader |
SegmentReader.getPointsReader() |
abstract PointsReader |
CodecReader.getPointsReader()
Expert: retrieve underlying PointsReader
|
PointsReader |
FilterCodecReader.getPointsReader() |
PointsReader |
SortingCodecReader.getPointsReader() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.