Namespace Lucene.Net.Queries.Function.DocValues
FunctionValues for different data types.
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.
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)