Package | Description |
---|---|
org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
Modifier and Type | Method and Description |
---|---|
CurrencyValue |
CurrencyValue.convertTo(ExchangeRateProvider exchangeRates,
String targetCurrencyCode)
Returns a new CurrencyValue that is the conversion of this CurrencyValue to the specified currency.
|
static CurrencyValue |
CurrencyValue.parse(String externalVal,
String defaultCurrency)
Constructs a new currency value by parsing the specific input.
|
Modifier and Type | Method and Description |
---|---|
int |
CurrencyValue.compareTo(CurrencyValue o) |
Query |
CurrencyFieldType.getRangeQuery(QParser parser,
SchemaField field,
CurrencyValue p1,
CurrencyValue p2,
boolean minInclusive,
boolean maxInclusive) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.