Uses of Interface
org.apache.solr.schema.ExchangeRateProvider
-
Packages that use ExchangeRateProvider Package Description org.apache.solr.schema IndexSchemaandFieldTypeimplementations for powering schema.xml -
-
Uses of ExchangeRateProvider in org.apache.solr.schema
Classes in org.apache.solr.schema that implement ExchangeRateProvider Modifier and Type Class Description classFileExchangeRateProviderConfiguration for currency.classOpenExchangeRatesOrgProviderExchange Rates Provider forCurrencyFieldandCurrencyFieldTypecapable of fetching & parsing the freely available exchange rates from openexchangerates.orgMethods in org.apache.solr.schema that return ExchangeRateProvider Modifier and Type Method Description ExchangeRateProviderCurrencyFieldType. getProvider()Methods in org.apache.solr.schema with parameters of type ExchangeRateProvider Modifier and Type Method Description static longCurrencyValue. convertAmount(ExchangeRateProvider exchangeRates, String sourceCurrencyCode, long sourceAmount, String targetCurrencyCode)Performs a currency conversion & unit conversion.CurrencyValueCurrencyValue. convertTo(ExchangeRateProvider exchangeRates, String targetCurrencyCode)Returns a new CurrencyValue that is the conversion of this CurrencyValue to the specified currency.
-