Constructor Lucene42NormsFormat
Lucene42NormsFormat()
Calls Lucene42DocValuesFormat(PackedInt32s.FASTEST)
(Lucene42NormsFormat(Single)).
Declaration
public Lucene42NormsFormat()
Lucene42NormsFormat(Single)
Creates a new Lucene42DocValuesFormat with the specified
acceptableOverheadRatio
for NumericDocValues.
@lucene.experimental
Declaration
public Lucene42NormsFormat(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. |