public final class DiskDocValuesFormat extends DocValuesFormat
Things like ordinals and disk offsets are loaded into ram, for single-seek access to all the types.
| Modifier and Type | Field and Description |
|---|---|
static byte |
BINARY |
static String |
DATA_CODEC |
static String |
DATA_EXTENSION |
static String |
META_CODEC |
static String |
META_EXTENSION |
static byte |
NUMERIC |
static byte |
SORTED |
static byte |
SORTED_SET |
static int |
VERSION_CURRENT |
static int |
VERSION_START |
| Constructor and Description |
|---|
DiskDocValuesFormat() |
| Modifier and Type | Method and Description |
|---|---|
DocValuesConsumer |
fieldsConsumer(SegmentWriteState state) |
DocValuesProducer |
fieldsProducer(SegmentReadState state) |
availableDocValuesFormats, forName, getName, reloadDocValuesFormats, toStringpublic static final String DATA_CODEC
public static final String DATA_EXTENSION
public static final String META_CODEC
public static final String META_EXTENSION
public static final int VERSION_START
public static final int VERSION_CURRENT
public static final byte NUMERIC
public static final byte BINARY
public static final byte SORTED
public static final byte SORTED_SET
public DocValuesConsumer fieldsConsumer(SegmentWriteState state) throws IOException
fieldsConsumer in class DocValuesFormatIOExceptionpublic DocValuesProducer fieldsProducer(SegmentReadState state) throws IOException
fieldsProducer in class DocValuesFormatIOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.