Class MemoryDocValuesFormat
In-memory docvalues format.
Inherited Members
Namespace: Lucene.Net.Codecs.Memory
Assembly: Lucene.Net.Codecs.dll
Syntax
public class MemoryDocValuesFormat : DocValuesFormat
Constructors
| Improve this Doc View SourceMemoryDocValuesFormat()
Calls MemoryDocValuesFormat(PackedInts.DEFAULT)
(Memory
Declaration
public MemoryDocValuesFormat()
MemoryDocValuesFormat(Single)
Creates a new MemoryacceptableOverheadRatio
for Numeric
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Declaration
public MemoryDocValuesFormat(float acceptableOverheadRatio)
Parameters
Type | Name | Description |
---|---|---|
System. |
acceptableOverheadRatio | Compression parameter for numerics. Currently this is only used when the number of unique values is small. |
Fields
| Improve this Doc View SourceMAX_BINARY_FIELD_LENGTH
Maximum length for each binary doc values field.
Declaration
public static readonly int MAX_BINARY_FIELD_LENGTH
Field Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceFieldsConsumer(SegmentWriteState)
Declaration
public override DocValuesConsumer FieldsConsumer(SegmentWriteState state)
Parameters
Type | Name | Description |
---|---|---|
Segment |
state |
Returns
Type | Description |
---|---|
Doc |
Overrides
| Improve this Doc View SourceFieldsProducer(SegmentReadState)
Declaration
public override DocValuesProducer FieldsProducer(SegmentReadState state)
Parameters
Type | Name | Description |
---|---|---|
Segment |
state |
Returns
Type | Description |
---|---|
Doc |