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