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.
EMPTY| Constructor and Description |
|---|
SimpleTextPointsFormat() |
| Modifier and Type | Method and Description |
|---|---|
PointsReader |
fieldsReader(SegmentReadState state) |
PointsWriter |
fieldsWriter(SegmentWriteState state) |
public PointsWriter fieldsWriter(SegmentWriteState state) throws IOException
fieldsWriter in class PointsFormatIOExceptionpublic PointsReader fieldsReader(SegmentReadState state) throws IOException
fieldsReader in class PointsFormatIOExceptionCopyright © 2000-2024 Apache Software Foundation. All Rights Reserved.