Package | Description |
---|---|
org.apache.lucene.queries.function.valuesource |
A variety of functions to use with FunctionQuery.
|
Modifier and Type | Class and Description |
---|---|
class |
MaxFloatFunction
MaxFloatFunction returns the max of its components. |
class |
MinFloatFunction
MinFloatFunction returns the min of its components. |
class |
ProductFloatFunction
ProductFloatFunction returns the product of its components. |
class |
SumFloatFunction
SumFloatFunction returns the sum of its components. |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.