org.apache.solr.search.function
Class MaxFloatFunction
java.lang.Object
org.apache.solr.search.function.ValueSource
org.apache.solr.search.function.MultiFloatFunction
org.apache.solr.search.function.MaxFloatFunction
- All Implemented Interfaces:
- Serializable
public class MaxFloatFunction
- extends MultiFloatFunction
MaxFloatFunction
returns the max of it's components.
- See Also:
- Serialized Form
MaxFloatFunction
public MaxFloatFunction(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.