public final class DiskDocValuesFormat extends DocValuesFormat
Only things like disk offsets are loaded into ram.
| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_CODEC |
static String |
DATA_EXTENSION |
static String |
META_CODEC |
static String |
META_EXTENSION |
| 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 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.