Show / Hide Table of Contents

    Class FieldCache.Int16s

    Field values as 16-bit signed shorts

    NOTE: This was Shorts in Lucene

    Inheritance
    System.Object
    FieldCache.Int16s
    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 Int16s

    Fields

    | Improve this Doc View Source

    EMPTY

    Zero value for every document

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

    Methods

    | Improve this Doc View Source

    Get(Int32)

    Return a System.Int16 representation of this field's value.

    Declaration
    public abstract short Get(int docID)
    Parameters
    Type Name Description
    System.Int32 docID
    Returns
    Type Description
    System.Int16

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)