RE: i18n numbers

2009-03-27 Thread Marcel Overdijk
; >> >> Robert Muir wrote: >> > >> > marcel, >> > >> > I'd suggest parsing/display numbers in a locale-sensitive way with >> > NumberFormat (be sure to supply correct locale)... and keeping them > in >> the >> > index

Re: i18n numbers

2009-03-26 Thread Marcel Overdijk
ot; Robert Muir wrote: > > marcel, > > I'd suggest parsing/display numbers in a locale-sensitive way with > NumberFormat (be sure to supply correct locale)... and keeping them in the > index one consistent way (i.e. 19.99) > > > > On Thu, Mar 26, 2009 a

Re: i18n numbers

2009-03-26 Thread Marcel Overdijk
> > So, let's assume an HTML page. *You* know what the underlying field > is no matter what the label on the entry field, so you should be able > to construct the query with the proper field names. > > Or I don't understand your problem at all, which is not unusual

i18n numbers

2009-03-26 Thread Marcel Overdijk
First of all I'm new into Lucene. I'm experimenting right now with it in combination with Hibernate Search. What I'm wondering is of I can index numbers related to i18n. E.g. I have a Book entity with a price attribute. A book with a price of 19.99 can be found while searching for price:19.99.