Uses of Class
org.apache.lucene.queries.function.valuesource.MultiFloatFunction

Packages that use MultiFloatFunction
org.apache.lucene.queries.function.valuesource A variety of functions to use with FunctionQuery. 
 

Uses of MultiFloatFunction in org.apache.lucene.queries.function.valuesource
 

Subclasses of MultiFloatFunction in org.apache.lucene.queries.function.valuesource
 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.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.