Uses of Package
org.apache.lucene.queries.function.docvalues
-
Packages that use org.apache.lucene.queries.function.docvalues Package Description org.apache.lucene.queries.function.valuesource A variety of functions to use with FunctionQuery. -
Classes in org.apache.lucene.queries.function.docvalues used by org.apache.lucene.queries.function.valuesource Class Description BoolDocValues AbstractFunctionValues
implementation which supports retrieving boolean values.DoubleDocValues AbstractFunctionValues
implementation which supports retrieving double values.FloatDocValues AbstractFunctionValues
implementation which supports retrieving float values.IntDocValues AbstractFunctionValues
implementation which supports retrieving int values.