Show / Hide Table of Contents

    Namespace Lucene.Net.Queries.Function.DocValues

    Classes

    BoolDocValues

    Abstract FunctionValues implementation which supports retrieving System.Boolean values. Implementations can control how the System.Boolean 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 System.Exception to be thrown when the DocTermsIndex for a field cannot be generated

    DoubleDocValues

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

    Int32DocValues

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

    NOTE: This was IntDocValues in Lucene

    Int64DocValues

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

    NOTE: This was LongDocValues in Lucene

    SingleDocValues

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

    NOTE: This was FloatDocValues in Lucene

    StrDocValues

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

    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)