There's really no "roadmap". If you have big enough need you can work on this patch and submit of for someone to commit but it looks like Greg had other priorities get in the way so you can't count on anyone else carrying this forward..
If you want to integrate the patch, you check out the source, apply the patch to the source and compile. It may not apply cleanly, see the instructions at: http://wiki.apache.org/solr/HowToContribute But this patch doesn't really look like it is doing what you want either, it's the stats component which provides summary information. As for a normalized dollar amount, that's really just converting all prices to USD or EUR or whatever. If you also stored a value for what type the original document is in, you can display the correct currency for documents. The problem here of course is that the normalization is done at index time, and the exchange rates change..... Best Erick On Tue, Jan 24, 2012 at 5:37 AM, darul <daru...@gmail.com> wrote: > We may need a specific field to store and search over item prices. > > Currency can be of different kind, EUR.... > > There is an open ticket on Jira, but I do not find a way to integrate patch > sources, and it seems to be not closed yet. > > Any idea of roadmap or expected available date for this powerful enhancement > : > > http://wiki.apache.org/solr/MoneyFieldType > > Erik said an alternative may be to store it in a normalized way : > > http://lucene.472066.n3.nabble.com/Stats-help-needed-on-price-field-using-different-currencies-td2978082.html#a2997876 > > Any ideas ? > > Thanks, > > Jul > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Currency-field-type-tp3684682p3684682.html > Sent from the Solr - User mailing list archive at Nabble.com.