Class MinFloatFunction
- java.lang.Object
-
- org.apache.lucene.queries.function.ValueSource
-
- org.apache.lucene.queries.function.valuesource.MultiFloatFunction
-
- org.apache.lucene.queries.function.valuesource.MinFloatFunction
-
public class MinFloatFunction extends MultiFloatFunction
MinFloatFunction
returns the min of it's components.
-
-
Constructor Summary
Constructors Constructor Description MinFloatFunction(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
-
MinFloatFunction
public MinFloatFunction(ValueSource[] sources)
-
-