Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FieldCache.Bytes

    Field values as 8-bit signed bytes

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

    Constructors

    | Improve this Doc View Source

    Bytes()

    Initialize an instance of FieldCache.Bytes.

    Declaration
    protected Bytes()
    | Improve this Doc View Source

    Bytes(Func<Int32, Byte>)

    Initialize an instance of FieldCache.Bytes with the specified get delegate method.

    Declaration
    public Bytes(Func<int, byte> get)
    Parameters
    Type Name Description
    System.Func<System.Int32, System.Byte> get

    A System.Func<T, TResult> that implements the Get(Int32) method body.

    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 System.Byte representation of this field's value.

    Declaration
    public virtual 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 © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.