|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.solr.core.query.AbstractFunction
org.springframework.data.solr.core.query.CurrencyFunction
public class CurrencyFunction
Implementation of currency(field_name,[CODE])
| Method Summary | |
|---|---|
static CurrencyFunction |
currency(Field field)
Create new CurrencyFunction representing currency(field.getName()) |
static CurrencyFunction |
currency(Field field,
String currencyCode)
Create new CurrencyFunction using ISO-4217 currencyCode representing
currency(fiel.getName(),currencyCode) |
static CurrencyFunction |
currency(String fieldname)
Create new CurrencyFunction representing currency(fieldname) |
static CurrencyFunction |
currency(String fieldname,
String currencyCode)
Create new CurrencyFunction using ISO-4217 currencyCode representing
currency(fieldname,currencyCode) |
String |
getOperation()
solr readable representation of function |
| Methods inherited from class org.springframework.data.solr.core.query.AbstractFunction |
|---|
addArgument, getArguments, hasArguments, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static CurrencyFunction currency(String fieldname)
CurrencyFunction representing currency(fieldname)
fieldname -
public static CurrencyFunction currency(Field field)
CurrencyFunction representing currency(field.getName())
field -
public static CurrencyFunction currency(Field field,
String currencyCode)
CurrencyFunction using ISO-4217 currencyCode representing
currency(fiel.getName(),currencyCode)
field - currencyCode -
public static CurrencyFunction currency(String fieldname,
String currencyCode)
CurrencyFunction using ISO-4217 currencyCode representing
currency(fieldname,currencyCode)
fieldname - currencyCode -
public String getOperation()
Function
|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||