public final class Facet42DocValuesFormat extends DocValuesFormat
NOTE: this format cannot handle more than 2 GB of facet data in a single segment. If your usage may hit this limit, you can either use Lucene's default DocValuesFormat, limit the maximum segment size in your MergePolicy, or send us a patch fixing the limitation.
Modifier and Type | Field and Description |
---|---|
static String |
CODEC |
static String |
EXTENSION |
static int |
VERSION_CURRENT |
static int |
VERSION_START |
Constructor and Description |
---|
Facet42DocValuesFormat() |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
fieldsConsumer(SegmentWriteState state) |
DocValuesProducer |
fieldsProducer(SegmentReadState state) |
availableDocValuesFormats, forName, getName, reloadDocValuesFormats, toString
public static final String CODEC
public static final String EXTENSION
public static final int VERSION_START
public static final int VERSION_CURRENT
public DocValuesConsumer fieldsConsumer(SegmentWriteState state) throws IOException
fieldsConsumer
in class DocValuesFormat
IOException
public DocValuesProducer fieldsProducer(SegmentReadState state) throws IOException
fieldsProducer
in class DocValuesFormat
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.