| 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.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| 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) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
SimpleTextPointsWriter |
| Modifier and Type | Method and Description |
|---|---|
PointsWriter |
SimpleTextPointsFormat.fieldsWriter(SegmentWriteState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
PointValuesWriter.flush(SegmentWriteState state,
Sorter.DocMap sortMap,
PointsWriter writer) |