Class Lucene45DocValuesProducer.BinaryEntry
Metadata entry for a binary docvalues field.
Inheritance
System.Object
    Lucene45DocValuesProducer.BinaryEntry
  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 BinaryEntry
  Properties
| Improve this Doc View SourceAddressesOffset
Offset to the addressing data that maps a value to its slice of the byte[].
Declaration
public long AddressesOffset { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
AddressInterval
Interval of shared prefix chunks (when using prefix-compressed binary).
Declaration
public long AddressInterval { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
BlockSize
Packed ints 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 | 
PackedInt32sVersion
Packed ints version used to encode addressing information.
NOTE: This was packedIntsVersion (field) in Lucene.
Declaration
public int PackedInt32sVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |