Show / Hide Table of Contents

    Class NumericDocValues

    A per-document numeric value.

    Inheritance
    System.Object
    NumericDocValues
    Int64Values
    PackedInt32s.Reader
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class NumericDocValues : object

    Constructors

    | Improve this Doc View Source

    NumericDocValues()

    Sole constructor. (For invocation by subclass constructors, typically implicit.)

    Declaration
    protected NumericDocValues()

    Methods

    | Improve this Doc View Source

    Get(Int32)

    Returns the numeric value for the specified document ID.

    Declaration
    public abstract long Get(int docID)
    Parameters
    Type Name Description
    System.Int32 docID

    document ID to lookup

    Returns
    Type Description
    System.Int64

    numeric value

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)