public final class Lucene86PointsFormat extends PointsFormat
Data is stored across three files
| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_EXTENSION
Filename extension for the leaf blocks
|
static String |
INDEX_EXTENSION
Filename extension for the index per field
|
static String |
META_EXTENSION
Filename extension for the meta per field
|
EMPTY| Constructor and Description |
|---|
Lucene86PointsFormat()
Sole constructor
|
| Modifier and Type | Method and Description |
|---|---|
PointsReader |
fieldsReader(SegmentReadState state)
Reads a segment.
|
PointsWriter |
fieldsWriter(SegmentWriteState state)
Writes a new segment
|
public static final String DATA_EXTENSION
public static final String INDEX_EXTENSION
public static final String META_EXTENSION
public PointsWriter fieldsWriter(SegmentWriteState state) throws IOException
PointsFormatfieldsWriter in class PointsFormatIOExceptionpublic PointsReader fieldsReader(SegmentReadState state) throws IOException
PointsFormatfieldsReader in class PointsFormatIOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.