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