Show / Hide Table of Contents

    Class FieldCache.Int64s

    Field values as 64-bit signed long integers

    NOTE: This was Longs in Lucene

    Inheritance
    System.Object
    FieldCache.Int64s
    Namespace: Lucene.Net.Search
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class Int64s : object

    Fields

    | Improve this Doc View Source

    EMPTY

    Zero value for every document

    Declaration
    public static readonly FieldCache.Int64s EMPTY
    Field Value
    Type Description
    FieldCache.Int64s

    Methods

    | Improve this Doc View Source

    Get(Int32)

    Return an representation of this field's value.

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