Show / Hide Table of Contents

    Namespace Lucene.Net.Queries.Function.DocValues

    FunctionValues for different data types.

    Classes

    BoolDocValues

    Abstract FunctionValues implementation which supports retrieving values. Implementations can control how the values are loaded through BoolVal(Int32)

    DocTermsIndexDocValues

    Serves as base class for FunctionValues based on DocTermsIndex.

    This is a Lucene.NET INTERNAL API, use at your own risk

    DocTermsIndexDocValues.DocTermsIndexException

    Custom to be thrown when the DocTermsIndex for a field cannot be generated

    DoubleDocValues

    Abstract FunctionValues implementation which supports retrieving values. Implementations can control how the values are loaded through DoubleVal(Int32)

    Int32DocValues

    Abstract FunctionValues implementation which supports retrieving values. Implementations can control how the values are loaded through Int32Val(Int32)

    NOTE: This was IntDocValues in Lucene

    Int64DocValues

    Abstract FunctionValues implementation which supports retrieving values. Implementations can control how the values are loaded through Int64Val(Int32)

    NOTE: This was LongDocValues in Lucene

    SingleDocValues

    Abstract FunctionValues implementation which supports retrieving values. Implementations can control how the values are loaded through SingleVal(Int32)

    NOTE: This was FloatDocValues in Lucene

    StrDocValues

    Abstract FunctionValues implementation which supports retrieving values. Implementations can control how the values are loaded through StrVal(Int32)

    • Improve this Doc
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)