• API

    Show / Hide Table of Contents

    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 Source

    BlockSize

    Packed System.Int32s blocksize.

    Declaration
    public int BlockSize { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Count

    Count of values written.

    Declaration
    public long Count { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Offset

    Offset to the actual numeric values.

    Declaration
    public long Offset { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)