• API

    Show / Hide Table of Contents

    Class FieldCache.Int32s

    Field values as 32-bit signed integers

    NOTE: This was Ints in Lucene

    Inheritance
    System.Object
    FieldCache.Int32s
    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.Search
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class Int32s

    Fields

    | Improve this Doc View Source

    EMPTY

    Zero value for every document

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

    Methods

    | Improve this Doc View Source

    Get(Int32)

    Return an System.Int32 representation of this field's value.

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