Re: Searching for words containing accents or umlauts?

2011-08-10 Thread Simon Willnauer
Hey, look at ASCIIFoldingFilter and / or ICUFoldingFilter in Lucene 3.3 simon On Thu, Aug 11, 2011 at 6:28 AM, SBS wrote: > How can I use Lucene Java to search for words containing accents or umlauts > such as Hürthle, Sézary or Waldenström?  I don't get any matches when I use > the plain chara

Searching for words containing accents or umlauts?

2011-08-10 Thread SBS
How can I use Lucene Java to search for words containing accents or umlauts such as Hürthle, Sézary or Waldenström? I don't get any matches when I use the plain characters without accents. Is it a configuration issue? Thanks, -sbs -- View this message in context: http://lucene.472066.n3.nabbl

Re: please help me

2011-08-10 Thread Vahideh Tabrizi
Dear Saurabh In fact I'm a *beginner*, I never used java before! now I need to use lucene, and in this part I need to calculate Precision and Recall! I found the code and just copied and pasted it in eclipse enviroment! and when I run this, program dosent know some import classes and some other t

Re: please help me

2011-08-10 Thread Saurabh Gokhale
Not sure if I understood the issue right but if you are searching for jars which might have the imported classes (classes in the import statements) then just give fully qualified name of that class in findjar.com search and you will get which jar has that class file in it. Select the appropriate ja

RE: [Help Wanted] Graphics and other help for new Lucene/Solr website

2011-08-10 Thread karl.wright
The site looks great. And thank you for including the ManifoldCF link. ;-) Karl -Original Message- From: ext Grant Ingersoll [mailto:gsing...@apache.org] Sent: Wednesday, August 10, 2011 10:09 AM To: solr-u...@lucene.apache.org; java-user@lucene.apache.org Subject: [Help Wanted] Graphic

Fwd: please help me

2011-08-10 Thread V R
-- Forwarded message -- From: V R Date: Wed, Aug 10, 2011 at 6:51 PM Subject: please help me To: java-user-i...@lucene.apache.org Dear all I'm a beginner and I need to calculate Precision and recall. I do it by Lucene and java. I found code for caculating Precision and Recall in

[Help Wanted] Graphics and other help for new Lucene/Solr website

2011-08-10 Thread Grant Ingersoll
Hi, We are in the process of putting up a new Lucene/Solr/PyLucene/OpenRelevance website. You can see a preview at http://lucene.staging.apache.org/lucene/. It is more or less a look and feel copy of Mahout and Open For Biz websites. This new site, IMO, both looks better than the old one and

Proximity Search

2011-08-10 Thread Tan Weijian
Hi, Is it possible to use proximity search together with StandardAnalyzer for Chinese characters? Regards Wei jian - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...