Show / Hide Table of Contents

    Class Int64Values

    Abstraction over an array of s. This class extends NumericDocValues so that we don't need to add another level of abstraction every time we want eg. to use the PackedInt32s utility classes to represent a NumericDocValues instance.

    NOTE: This was LongValues in Lucene

    This is a Lucene.NET INTERNAL API, use at your own risk
    Inheritance
    System.Object
    NumericDocValues
    Int64Values
    AbstractAppendingInt64Buffer
    AbstractPagedMutable<T>
    BlockPackedReader
    MonotonicBlockPackedReader
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class Int64Values : NumericDocValues

    Methods

    | Improve this Doc View Source

    Get(Int32)

    Get value at idx.

    Declaration
    public override long Get(int idx)
    Parameters
    Type Name Description
    System.Int32 idx
    Returns
    Type Description
    System.Int64
    Overrides
    NumericDocValues.Get(Int32)
    | Improve this Doc View Source

    Get(Int64)

    Get value at index.

    Declaration
    public abstract long Get(long index)
    Parameters
    Type Name Description
    System.Int64 index
    Returns
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)