What are you trying to do? I think you'd get a better response ifyou
explained what higher-level task/feature you're trying to
implement.

Best
Erick

On Mon, Jul 13, 2009 at 4:54 AM, liat oren <oren.l...@gmail.com> wrote:

> Hi all,
>
> I have a list of synonyms for every word.
> Is there a good way to use these synonyms?
>
> Currently I use a boost query so if 'a' is the queried word, and 'b' (0.5)
> and 'c' (0.2) are its synonyms, I query for:
> a^1 + b^0.5 + c^0.2.
> Is there a better way of doing it?
>
> Thanks,
> Liat
>

Reply via email to