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.
|
Modifier and Type | Method and Description |
---|---|
abstract PointsWriter |
PointsFormat.fieldsWriter(SegmentWriteState state)
Writes a new segment
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene86PointsWriter
Writes dimensional values
|
Modifier and Type | Method and Description |
---|---|
PointsWriter |
Lucene86PointsFormat.fieldsWriter(SegmentWriteState state) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.