Uses of Class
org.apache.lucene.queries.function.valuesource.MultiFloatFunction
Packages that use MultiFloatFunction
Package
Description
A variety of functions to use with FunctionQuery.
-
Uses of MultiFloatFunction in org.apache.lucene.queries.function.valuesource
Subclasses of MultiFloatFunction in org.apache.lucene.queries.function.valuesourceModifier and TypeClassDescriptionclass
MaxFloatFunction
returns the max of its components.class
MinFloatFunction
returns the min of its components.class
ProductFloatFunction
returns the product of its components.class
SumFloatFunction
returns the sum of its components.