Class Lucene45DocValuesProducer.NumericEntry
Metadata entry for a numeric docvalues field.
Inheritance
System.Object
Lucene45DocValuesProducer.NumericEntry
Namespace: Lucene.Net.Codecs.Lucene45
Assembly: Lucene.Net.dll
Syntax
protected class NumericEntry : object
Properties
| Improve this Doc View SourceBlockSize
Packed
Declaration
public int BlockSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Count
Count of values written.
Declaration
public long Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Offset
Offset to the actual numeric values.
Declaration
public long Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
PackedInt32sVersion
Packed
NOTE: This was packedIntsVersion (field) in Lucene
Declaration
public int PackedInt32sVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |