@Deprecated public class Lucene42NormsFormat extends NormsFormat
| Constructor and Description |
|---|
Lucene42NormsFormat()
Deprecated.
|
Lucene42NormsFormat(float acceptableOverheadRatio)
Deprecated.
Creates a new Lucene42DocValuesFormat with the specified
acceptableOverheadRatio for NumericDocValues. |
| Modifier and Type | Method and Description |
|---|---|
NormsConsumer |
normsConsumer(SegmentWriteState state)
Deprecated.
|
NormsProducer |
normsProducer(SegmentReadState state)
Deprecated.
|
public Lucene42NormsFormat()
public Lucene42NormsFormat(float acceptableOverheadRatio)
acceptableOverheadRatio for NumericDocValues.acceptableOverheadRatio - compression parameter for numerics.
Currently this is only used when the number of unique values is small.public NormsConsumer normsConsumer(SegmentWriteState state) throws IOException
normsConsumer in class NormsFormatIOExceptionpublic final NormsProducer normsProducer(SegmentReadState state) throws IOException
normsProducer in class NormsFormatIOExceptionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.