Constructor Lucene42DocValuesFormat
Lucene42DocValuesFormat()
Calls Lucene42DocValuesFormat(PackedInts.DEFAULT)
(Lucene42DocValuesFormat(Single).
Declaration
public Lucene42DocValuesFormat()
Lucene42DocValuesFormat(Single)
Creates a new Lucene42DocValuesFormat with the specified
acceptableOverheadRatio
for NumericDocValues.
@lucene.experimental
Declaration
public Lucene42DocValuesFormat(float acceptableOverheadRatio)
Parameters
Type | Name | Description |
---|---|---|
System.Single | acceptableOverheadRatio | Compression parameter for numerics. Currently this is only used when the number of unique values is small. |