Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Int64Values

    Abstraction over an array of longs. 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

    Note

    This API is for internal purposes only and might change in incompatible ways in the next release.

    Inheritance
    object
    NumericDocValues
    Int64Values
    AbstractAppendingInt64Buffer
    AbstractPagedMutable<T>
    BlockPackedReader
    MonotonicBlockPackedReader
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class Int64Values : NumericDocValues

    Methods

    Get(int)

    Get value at idx.

    Declaration
    public override long Get(int idx)
    Parameters
    Type Name Description
    int idx
    Returns
    Type Description
    long
    Overrides
    NumericDocValues.Get(int)

    Get(long)

    Get value at index.

    Declaration
    public abstract long Get(long index)
    Parameters
    Type Name Description
    long index
    Returns
    Type Description
    long
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.