RE: Search for synonyms - implemenetation for review

2006-03-13 Thread Ziv Gome
Gome -Original Message- From: mark harwood [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 5:22 PM To: java-user@lucene.apache.org Subject: Re: Search for synonyms - implemenetation for review Sounds like you've been tackling a number of the issues I was concerned with fuzzy

Re: Search for synonyms - implemenetation for review

2006-03-06 Thread mark harwood
Sounds like you've been tackling a number of the issues I was concerned with fuzzy searching. It's essentially the same problem - the user types one word and the engine searches for several variants. The FuzzyLikeThisQuery class in the queries module of the contrib area in SVN contains similar

RE: Search for synonyms - implemenetation for review

2006-03-06 Thread Rami Hansenne
Hi, I've been working on a project where Lucene queries were expanded with synonyms/related concepts and used a DisjunctionMaxQuery with lower boost factors for the synonym subqueries. This solved part of the problem, but still a number of annoying side effects remained. I've experimented a