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
PointsFormat
fieldsWriter
in class PointsFormat
IOException
public PointsReader fieldsReader(SegmentReadState state) throws IOException
PointsFormat
fieldsReader
in class PointsFormat
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.