: The response is not searching for Michael Jackson. Instead it is
: searching for (text:Micheal and text: Jackson).To monitor the parsed
: query, i turned on debugQuery, but in the present case, the parsed query
: string was searching Micheal and Jackson separately.
using index time synonyms
___
From: AHMET ARSLAN [mailto:iori...@yahoo.com]
Sent: Thu 11/12/2009 1:18 PM
To: solr-user@lucene.apache.org
Subject: Re: Multi word synonym problem
It is recommended [1] to use synonyms at index time only for various reasons
especially with multi-word sy
It is recommended [1] to use synonyms at index time only for various reasons
especially with multi-word synonyms.
[1]http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
only at index time use expand=true ingoreCase=true with synonym.txt :
micheal, michael
OR:
Just use the query analysis link with appropriate values. It will show how
each filter factories and analyzers breaks the terms during various analysis
levels. Specially check EnglishPorterFilterFactory analysis
Jeff Newburn wrote:
>
> I am trying to figure out how the synonym filter processe