Class MemoryDocValuesFormat
In-memory docvalues format.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Codecs.Memory
Assembly: Lucene.Net.Codecs.dll
Syntax
[DocValuesFormatName("Memory")]
public class MemoryDocValuesFormat : DocValuesFormat
Constructors
| Improve this Doc View SourceMemoryDocValuesFormat()
Calls MemoryDocValuesFormat(PackedInts.DEFAULT)
(MemoryDocValuesFormat(Single))
Declaration
public MemoryDocValuesFormat()
MemoryDocValuesFormat(Single)
Creates a new MemoryDocValuesFormat with the specified
acceptableOverheadRatio
for NumericDocValues.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
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. |
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.Int32 |
Methods
| Improve this Doc View SourceFieldsConsumer(SegmentWriteState)
Declaration
public override DocValuesConsumer FieldsConsumer(SegmentWriteState state)
Parameters
Type | Name | Description |
---|---|---|
SegmentWriteState | state |
Returns
Type | Description |
---|---|
DocValuesConsumer |
Overrides
| Improve this Doc View SourceFieldsProducer(SegmentReadState)
Declaration
public override DocValuesProducer FieldsProducer(SegmentReadState state)
Parameters
Type | Name | Description |
---|---|---|
SegmentReadState | state |
Returns
Type | Description |
---|---|
DocValuesProducer |