Show / Hide Table of Contents

    Class FieldCache.Bytes

    Field values as 8-bit signed bytes

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

    Fields

    | Improve this Doc View Source

    EMPTY

    Zero value for every document

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

    Methods

    | Improve this Doc View Source

    Get(Int32)

    Return a single Byte representation of this field's value.

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