RE: Multi word synonym problem

2009-11-23 Thread Chris Hostetter
: 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

RE: Multi word synonym problem

2009-11-20 Thread Nair, Manas
___ 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

Re: Multi word synonym problem

2009-11-12 Thread AHMET ARSLAN
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:

Re: Multi word Synonym

2008-11-20 Thread gurudev
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