Class Lucene45DocValuesProducer.NumericEntry
Metadata entry for a numeric docvalues field.
Inheritance
System.Object
    Lucene45DocValuesProducer.NumericEntry
  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)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Codecs.Lucene45
Assembly: Lucene.Net.dll
Syntax
protected class NumericEntry
  Properties
| Improve this Doc View SourceBlockSize
Packed System.Int32s blocksize.
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 System.Int32s version used to encode these numerics.
NOTE: This was packedIntsVersion (field) in Lucene
Declaration
public int PackedInt32sVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |