public final class SimpleTextPointsFormat extends PointsFormat
This codec stores all dimensional data in a single human-readable text file (_N.dim). You can view this in any text editor, and even edit it to alter your index.
Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.String |
POINT_EXTENSION
Extension of points data file
|
(package private) static java.lang.String |
POINT_INDEX_EXTENSION
Extension of points index file
|
EMPTY
Constructor and Description |
---|
SimpleTextPointsFormat() |
Modifier and Type | Method and Description |
---|---|
PointsReader |
fieldsReader(SegmentReadState state)
Reads a segment.
|
PointsWriter |
fieldsWriter(SegmentWriteState state)
Writes a new segment
|
static final java.lang.String POINT_EXTENSION
static final java.lang.String POINT_INDEX_EXTENSION
public PointsWriter fieldsWriter(SegmentWriteState state) throws java.io.IOException
PointsFormat
fieldsWriter
in class PointsFormat
java.io.IOException
public PointsReader fieldsReader(SegmentReadState state) throws java.io.IOException
PointsFormat
fieldsReader
in class PointsFormat
java.io.IOException