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