Re: Best way to do Query inflation?

2008-03-11 Thread Otis Gospodnetic
-- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Itamar Syn-Hershko [EMAIL PROTECTED] To: java-user@lucene.apache.org Sent: Monday, March 10, 2008 12:09:50 PM Subject: Best way to do Query inflation? Hi all, I'm looking for the best way to inflate a query, so

Best way to do Query inflation?

2008-03-10 Thread Itamar Syn-Hershko
Hi all, I'm looking for the best way to inflate a query, so a query like: synchronous AND colour -- will become something like this: (synchronous OR asynchronous OR bsynchornous OR synchronos OR asynchronos OR bsynchornos) AND (colour OR acolour OR bcolour OR color OR acolor OR bcolor). I'm

Re: Best way to do Query inflation?

2008-03-10 Thread Mathieu Lecarme
https://admin.garambrogne.net/projets/revuedepresse/browser/trunk/src/java/lexicon/src/java/org/apache/lucene/lexicon/QueryUtils.java M. Itamar Syn-Hershko a écrit : Hi all, I'm looking for the best way to inflate a query, so a query like: synchronous AND colour -- will become something like