Package | Description |
---|---|
org.apache.solr.schema |
Modifier and Type | Method and Description |
---|---|
CurrencyValue |
CurrencyValue.convertTo(ExchangeRateProvider exchangeRates,
java.lang.String targetCurrencyCode)
Returns a new CurrencyValue that is the conversion of this CurrencyValue to the specified currency.
|
static CurrencyValue |
CurrencyValue.parse(java.lang.String externalVal,
java.lang.String defaultCurrency)
Constructs a new currency value by parsing the specific input.
|
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Query |
CurrencyField.getRangeQuery(QParser parser,
SchemaField field,
CurrencyValue p1,
CurrencyValue p2,
boolean minInclusive,
boolean maxInclusive) |