Package org.apache.lucene.queries.function.docvalues
FunctionValues for different data types.
-
Class Summary Class Description BoolDocValues AbstractFunctionValues
implementation which supports retrieving boolean values.DocTermsIndexDocValues Serves as base class for FunctionValues based on DocTermsIndex.DoubleDocValues AbstractFunctionValues
implementation which supports retrieving double values.FloatDocValues AbstractFunctionValues
implementation which supports retrieving float values.IntDocValues AbstractFunctionValues
implementation which supports retrieving int values.LongDocValues AbstractFunctionValues
implementation which supports retrieving long values.StrDocValues AbstractFunctionValues
implementation which supports retrieving String values. -
Exception Summary Exception Description DocTermsIndexDocValues.DocTermsIndexException Custom Exception to be thrown when the DocTermsIndex for a field cannot be generated