Class CurrencyFunction
java.lang.Object
org.springframework.data.solr.core.query.AbstractFunction
org.springframework.data.solr.core.query.CurrencyFunction
- All Implemented Interfaces:
Function
Implementation of
currency(field_name,[CODE])- Since:
- 1.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.solr.core.query.Function
Function.Context -
Method Summary
Modifier and TypeMethodDescriptionstatic CurrencyFunctionCreate newCurrencyFunctionrepresentingcurrency(fieldname)static CurrencyFunctionCreate newCurrencyFunctionusing ISO-4217 currencyCode representingcurrency(fieldname,currencyCode)static CurrencyFunctionCreate newCurrencyFunctionrepresentingcurrency(field.getName())static CurrencyFunctionCreate newCurrencyFunctionusing ISO-4217 currencyCode representingcurrency(fiel.getName(),currencyCode)solr readable representation of functionMethods inherited from class org.springframework.data.solr.core.query.AbstractFunction
addArgument, getArguments, hasArguments, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.data.solr.core.query.Function
getArgumentMap, toSolrFunction
-
Method Details
-
currency
Create newCurrencyFunctionrepresentingcurrency(fieldname)- Parameters:
fieldName-- Returns:
-
currency
Create newCurrencyFunctionrepresentingcurrency(field.getName())- Parameters:
field-- Returns:
-
currency
Create newCurrencyFunctionusing ISO-4217 currencyCode representingcurrency(fiel.getName(),currencyCode)- Parameters:
field-currencyCode-- Returns:
-
currency
Create newCurrencyFunctionusing ISO-4217 currencyCode representingcurrency(fieldname,currencyCode)- Parameters:
fieldName-currencyCode-- Returns:
-
getOperation
Description copied from interface:Functionsolr readable representation of function- Returns:
-