Show / Hide Table of Contents

    Class Lucene45DocValuesProducer.BinaryEntry

    Metadata entry for a binary docvalues field.

    Inheritance
    System.Object
    Lucene45DocValuesProducer.BinaryEntry
    Namespace: Lucene.Net.Codecs.Lucene45
    Assembly: Lucene.Net.dll
    Syntax
    protected class BinaryEntry : object

    Properties

    | Improve this Doc View Source

    AddressesOffset

    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
    | Improve this Doc View Source

    AddressInterval

    Interval of shared prefix chunks (when using prefix-compressed binary).

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

    BlockSize

    Packed ints 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

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