Uses of Class
org.apache.lucene.queries.function.valuesource.FloatFieldSource
Packages that use FloatFieldSource
Package
Description
A variety of functions to use with FunctionQuery.
-
Uses of FloatFieldSource in org.apache.lucene.queries.function.valuesource
Subclasses of FloatFieldSource in org.apache.lucene.queries.function.valuesourceModifier and TypeClassDescriptionclass
Obtains float field values fromLeafReader.getSortedNumericDocValues(java.lang.String)
and using aSortedNumericSelector
it gives a single-valued ValueSource view of a field.