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
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
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
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
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
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
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
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.
>
>
> -
.
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