RE: lucene farsi problem

2008-05-10 Thread esra
Hi Steve, i used the locale as "ar" and it works fine . again thanks a lot for your help. Esra Steven A Rowe wrote: > > Hi Esra, > > On 05/06/2008 at 7:38 AM, esra wrote: >> i tried the class and it works fine with the locale parameter "ar". > >

RE: lucene farsi problem

2008-05-06 Thread esra
Hi Steven , Hi Steven, i tried the class and it works fine with the locale parameter "ar". Actually we are using "fa" for farsi and "ar" for arabic. I have added a little control for the locale parameter in my code and now i can see the correct results. Thank you

RE: lucene farsi problem

2008-05-03 Thread esra
Hi Steven, thanks for your help Esra Steven A Rowe wrote: > > Hi Esra, > > I have created an issue for this - see > <https://issues.apache.org/jira/browse/LUCENE-1279>. > > I'll try to take a crack at a patch this weekend. > > Steve >

RE: lucene farsi problem

2008-05-02 Thread esra
t. In farsi alphabet this letter is not after the "س" letter but it's unicode is bigger than "س" letter's and the searcher works with unicodes. Esra Steven A Rowe wrote: > > Hi Esra, > > You are *still* incorrectly referring to the glyph with three dot

RE: lucene farsi problem

2008-05-02 Thread esra
Hi Steven , yes the correct one is "ژ "/"ze"/U+632. my problem is when i do search for " د-ژ" range. The result is ""ساب ووفر " and this word's first letter is "س " and it's unicode is "U+633" and it is not in the

RE: lucene farsi problem

2008-05-02 Thread esra
Hi Steven, sorry i made a mistake. unicodes are like this: > د=U+62F > ژ = U+632 > and the first letter of "ساب ووفر " is س = U+633 you can also check them here :http://www.unics.uni-hannover.de/nhtcapri/persian-alphabet.html Esra Steven A Rowe wrote: > > Hi Esr

Re: lucene farsi problem

2008-05-01 Thread esra
ldNorm(field=keywordIndex, doc=0) here keywordIndex is "ساب ووفر". i also installed the "luke.jnlp" but i don't know what to check by Luke. Thanks, Esra Grant Ingersoll-6 wrote: > > I am not sure how Standard Analyzer will perform on Farsi. The thing

RE: lucene farsi problem

2008-05-01 Thread esra
quot; range the lowerTerm is "د" and the upperTerm is "ژ". And while comparing for the result "ساب ووفر" also takes the first letter as س and does the comparison for this letter. د=U+62F ژ = U+698 and the first letter of "ساب ووفر " is س = U+633 Esra,

Re: lucene farsi problem

2008-04-30 Thread esra
Hi, thanks for your reply. I am using StandartAnalyzer now and my xml document is like below: i googled for farsi analyzer and found nothing also i am not sure it if would solve my problem or not. Thanks, Esra Grant Ingersoll-6 wrote: > > What Analyzer are you using? You

lucene farsi problem

2008-04-30 Thread esra
od uses unicodes for comparing, i found the unicodes of the characters. د=U+62F ژ = U+698 and the first letter of "ساب ووفر " is س = U+633 Do you have any idea how to solve this problem, there are analyzers for different languages , will this be usefull if so do you know where to find