Re: i18n numbers

2009-03-27 Thread Robert Muir
t;> >> 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

RE: i18n numbers

2009-03-27 Thread Marcel Overdijk
nal Message- >> From: Marcel Overdijk [mailto:marceloverd...@gmail.com] >> Sent: vrijdag 27 maart 2009 7:55 >> To: java-user@lucene.apache.org >> Subject: Re: i18n numbers >> >> >> That would make sense yes. >> >> But the problem is I'm havi

RE: i18n numbers

2009-03-27 Thread Daan de Wit
7:55 > To: java-user@lucene.apache.org > Subject: Re: i18n numbers > > > That would make sense yes. > > But the problem is I'm having a general query filed. I don't know user > entered String or a number, or what he meant... Is 2008 a year (number) or > part of an

Re: i18n numbers

2009-03-26 Thread Marcel Overdijk
gt; 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. >> >> >> >> The thing is Dutch users will search for 19,99 (d

Re: i18n numbers

2009-03-26 Thread Robert Muir
t; >> Furthermore, Dutch users will search for something like prijs:19,99. > >> Can this be done with aliases or something. The problem is maybe one day > >> I > >> want to support German language as well. > >> The front-end app can be translated by simply addin

Re: i18n numbers

2009-03-26 Thread Chris Lu
Marcel, First of all, do you really want the user to search price:19.99 ? Maybe you should use some logic like price>=19.99? If so, you should use range query to handle this case. -- Chris Lu - Instant Scalable Full-Text Search On Any Database/Application site: http://www

Re: i18n numbers

2009-03-26 Thread Marcel Overdijk
gt;> How can this be handled. >> >> Furthermore, Dutch users will search for something like prijs:19,99. >> Can this be done with aliases or something. The problem is maybe one day >> I >> want to support German language as well. >> The front-end app can be

Re: i18n numbers

2009-03-26 Thread Erick Erickson
ssible for searching within Lucene? > > > Cheers, > Marcel > -- > View this message in context: > http://www.nabble.com/i18n-numbers-tp22731528p22731528.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > -

i18n numbers

2009-03-26 Thread Marcel Overdijk
. The front-end app can be translated by simply adding i18n resource bundles. Is something like this also possible for searching within Lucene? Cheers, Marcel -- View this message in context: http://www.nabble.com/i18n-numbers-tp22731528p22731528.html Sent from the Lucene - Java Users mailing