Ben Yarwood created SOLR-4419: --------------------------------- Summary: Add ability to specify precision/number of fractional digits of currency fields Key: SOLR-4419 URL: https://issues.apache.org/jira/browse/SOLR-4419 Project: Solr Issue Type: Improvement Components: Schema and Analysis Affects Versions: 4.0 Reporter: Ben Yarwood Priority: Minor
I believe it would add value to the Currency field type if you could specify the default precision/number of fractional digits for the currency field type. Using the currency.getDefaultFractionDigits() at present limits the type of currency information that can be stored. For instance if you would like to store values exclusive of local tax and then perform a tax calculation in the client application prior to presenting the value to the end user, the default number of fractional digits is often not enough to provide the required accuracy in this calculation. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org