org.apache.solr.search.function
Class ProductFloatFunction
java.lang.Object
org.apache.solr.search.function.ValueSource
org.apache.solr.search.function.MultiFloatFunction
org.apache.solr.search.function.ProductFloatFunction
- All Implemented Interfaces:
- Serializable
public class ProductFloatFunction
- extends MultiFloatFunction
ProductFloatFunction
returns the product of it's components.
- See Also:
- Serialized Form
ProductFloatFunction
public ProductFloatFunction(ValueSource[] sources)
name
protected String name()
- Specified by:
name
in class MultiFloatFunction
func
protected float func(int doc,
DocValues[] valsArr)
- Specified by:
func
in class MultiFloatFunction
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.