RE: Can Lucene tells which field matched ?

2008-11-06 Thread Ulrich Vachon
Hi Daan, Can we have an exemple of your implementation? Thx Ulrich VACHON -Message d'origine- De : Daan de Wit [mailto:[EMAIL PROTECTED] Envoyé : jeudi 6 novembre 2008 11:35 À : java-user@lucene.apache.org Objet : RE: Can Lucene tells which field matched ? Hi, I have implem

RE : Can lucene search from multi-index directory like using FK in database?

2008-11-05 Thread Ulrich Vachon
Hello, Erik has right, Lucene is not a RDBMS. If you want mix both world, you can use tools dedicated like Hibernate Search or Compass. Ulrich VACHON Message d'origine De: Clay Zhong [mailto:[EMAIL PROTECTED] Date: mar. 04/11/2008 13:31 À: java-user@lucene.apache.org

Scoring

2008-09-09 Thread Ulrich Vachon
Hi all, It is possible to have the score of each term composing the query like: - query = "foo bar" I would like to have the score for "foo" and "bar". Actually the score is based on results reached by the full query " foo bar". Regards, Ulrich -Message d'origine- De : Antony Bowesman

RE: Inverted letters

2008-02-13 Thread Ulrich Vachon
ere Let's say you can do what you ask, at query time transform any of your three options into "clamoxyle". Would it really be satisfactory to your users to then NOT get any matches on documents containing "claomxyle" or "clamoxile"? It seems to me that thi

Inverted letters

2008-02-12 Thread Ulrich Vachon
Hi all, It's possible to use simplely (without java preprocessing, if possible) Lucene to find items with this constraints: I have indexed this word : clamoxyle I want to find it with this queries : claomxyle, clamoxile, camoxyle. It is possible? Thank you, Ulrich.

RE : How's 2.3 doing?

2007-11-14 Thread Ulrich Vachon
Thanks, good work! Message d'origine De: Michael Busch [mailto:[EMAIL PROTECTED] Date: mer. 14/11/2007 07:15 À: java-user@lucene.apache.org Objet : Re: How's 2.3 doing? testn wrote: > Hi, > > Are we closed to release Lucene 2.3? Is it stable enough to production? I > thought it