Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FieldCache

    Inheritance
    object
    FieldCache
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Search
    Assembly: Lucene.Net.dll
    Syntax
    public static class FieldCache

    Fields

    DEFAULT

    Expert: The cache used internally by sorting and range query classes.

    Declaration
    public static IFieldCache DEFAULT
    Field Value
    Type Description
    IFieldCache

    DEFAULT_BYTE_PARSER

    The default parser for byte values, which are encoded by ToString(string, IFormatProvider) using InvariantCulture.

    Declaration
    [Obsolete]
    public static readonly FieldCache.IByteParser DEFAULT_BYTE_PARSER
    Field Value
    Type Description
    FieldCache.IByteParser

    DEFAULT_DOUBLE_PARSER

    The default parser for double values, which are encoded by ToString(string, IFormatProvider) using InvariantCulture.

    Declaration
    [Obsolete]
    public static readonly FieldCache.IDoubleParser DEFAULT_DOUBLE_PARSER
    Field Value
    Type Description
    FieldCache.IDoubleParser

    DEFAULT_INT16_PARSER

    The default parser for short values, which are encoded by ToString(string, IFormatProvider) using InvariantCulture.

    NOTE: This was DEFAULT_SHORT_PARSER in Lucene
    Declaration
    [Obsolete]
    public static readonly FieldCache.IInt16Parser DEFAULT_INT16_PARSER
    Field Value
    Type Description
    FieldCache.IInt16Parser

    DEFAULT_INT32_PARSER

    The default parser for int values, which are encoded by ToString(string, IFormatProvider) using InvariantCulture.

    NOTE: This was DEFAULT_INT_PARSER in Lucene
    Declaration
    [Obsolete]
    public static readonly FieldCache.IInt32Parser DEFAULT_INT32_PARSER
    Field Value
    Type Description
    FieldCache.IInt32Parser

    DEFAULT_INT64_PARSER

    The default parser for long values, which are encoded by ToString(string, IFormatProvider) using InvariantCulture.

    NOTE: This was DEFAULT_LONG_PARSER in Lucene
    Declaration
    [Obsolete]
    public static readonly FieldCache.IInt64Parser DEFAULT_INT64_PARSER
    Field Value
    Type Description
    FieldCache.IInt64Parser

    DEFAULT_SINGLE_PARSER

    The default parser for float values, which are encoded by ToString(string, IFormatProvider) using InvariantCulture.

    NOTE: This was DEFAULT_FLOAT_PARSER in Lucene
    Declaration
    [Obsolete]
    public static readonly FieldCache.ISingleParser DEFAULT_SINGLE_PARSER
    Field Value
    Type Description
    FieldCache.ISingleParser

    NUMERIC_UTILS_DOUBLE_PARSER

    A parser instance for double values encoded with NumericUtils, e.g. when indexed via DoubleField/NumericTokenStream.

    Declaration
    public static readonly FieldCache.IDoubleParser NUMERIC_UTILS_DOUBLE_PARSER
    Field Value
    Type Description
    FieldCache.IDoubleParser

    NUMERIC_UTILS_INT32_PARSER

    A parser instance for int values encoded by NumericUtils, e.g. when indexed via Int32Field/NumericTokenStream.

    NOTE: This was NUMERIC_UTILS_INT_PARSER in Lucene
    Declaration
    public static readonly FieldCache.IInt32Parser NUMERIC_UTILS_INT32_PARSER
    Field Value
    Type Description
    FieldCache.IInt32Parser

    NUMERIC_UTILS_INT64_PARSER

    A parser instance for long values encoded by NumericUtils, e.g. when indexed via Int64Field/NumericTokenStream.

    NOTE: This was NUMERIC_UTILS_LONG_PARSER in Lucene
    Declaration
    public static readonly FieldCache.IInt64Parser NUMERIC_UTILS_INT64_PARSER
    Field Value
    Type Description
    FieldCache.IInt64Parser

    NUMERIC_UTILS_SINGLE_PARSER

    A parser instance for float values encoded with NumericUtils, e.g. when indexed via SingleField/NumericTokenStream.

    NOTE: This was NUMERIC_UTILS_FLOAT_PARSER in Lucene
    Declaration
    public static readonly FieldCache.ISingleParser NUMERIC_UTILS_SINGLE_PARSER
    Field Value
    Type Description
    FieldCache.ISingleParser
    Back to top Copyright © 2024 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.