Uses of Class
org.apache.solr.search.function.MultiFloatFunction

Packages that use MultiFloatFunction
org.apache.solr.search.function   
 

Uses of MultiFloatFunction in org.apache.solr.search.function
 

Subclasses of MultiFloatFunction in org.apache.solr.search.function
 class MaxFloatFunction
          MaxFloatFunction returns the max of it's components.
 class MinFloatFunction
          MinFloatFunction returns the min of it's components.
 class ProductFloatFunction
          ProductFloatFunction returns the product of it's components.
 class SumFloatFunction
          SumFloatFunction returns the sum of it's components.