Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Int64Values

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