public final class CheapBastardDocValuesFormat extends DocValuesFormat
Internally there are only 2 field types:
NOTE: Don't use this format in production (its not very efficient). Most likely you would want some parts in RAM, other parts on disk.
| Constructor and Description |
|---|
CheapBastardDocValuesFormat() |
| Modifier and Type | Method and Description |
|---|---|
DocValuesConsumer |
fieldsConsumer(SegmentWriteState state) |
DocValuesProducer |
fieldsProducer(SegmentReadState state) |
availableDocValuesFormats, forName, getName, reloadDocValuesFormats, toStringpublic 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.