Class MaxFloatFunction
- java.lang.Object
-
- org.apache.lucene.queries.function.ValueSource
-
- org.apache.lucene.queries.function.valuesource.MultiFloatFunction
-
- org.apache.lucene.queries.function.valuesource.MaxFloatFunction
-
public class MaxFloatFunction extends MultiFloatFunction
MaxFloatFunction
returns the max of it's components.
-
-
Constructor Summary
Constructors Constructor Description MaxFloatFunction(ValueSource[] sources)
-
Method Summary
-
Methods inherited from class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
createWeight, description, equals, getValues, hashCode
-
Methods inherited from class org.apache.lucene.queries.function.ValueSource
getSortField, newContext, toString
-
-
-
-
Constructor Detail
-
MaxFloatFunction
public MaxFloatFunction(ValueSource[] sources)
-
-