Show / Hide Table of Contents

    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 Source

    BlockSize

    Packed s 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 s 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)