Uses of Class
org.apache.solr.schema.CurrencyValue
-
Packages that use CurrencyValue Package Description org.apache.solr.schema IndexSchemaandFieldTypeimplementations for powering schema.xml -
-
Uses of CurrencyValue in org.apache.solr.schema
Methods in org.apache.solr.schema that return CurrencyValue Modifier and Type Method Description CurrencyValueCurrencyValue. convertTo(ExchangeRateProvider exchangeRates, String targetCurrencyCode)Returns a new CurrencyValue that is the conversion of this CurrencyValue to the specified currency.static CurrencyValueCurrencyValue. parse(String externalVal, String defaultCurrency)Constructs a new currency value by parsing the specific input.Methods in org.apache.solr.schema with parameters of type CurrencyValue Modifier and Type Method Description intCurrencyValue. compareTo(CurrencyValue o)org.apache.lucene.search.QueryCurrencyFieldType. getRangeQuery(QParser parser, SchemaField field, CurrencyValue p1, CurrencyValue p2, boolean minInclusive, boolean maxInclusive)
-