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

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

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

Subclasses of DualFloatFunction in org.apache.lucene.queries.function.valuesource
 class DivFloatFunction
          Function to divide "a" by "b"
 class PowFloatFunction
          Function to raise the base "a" to the power "b"
 



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