: fields during indexing. However, my search interface is just a text
: box like Google and I need to take the query and return only those
: documents that match ALL terms in the query and if I am going to take
as mentioned previously in this thread: this is exactly what the dismax
QParser was d
> the query analysis has to "make sense" for the index analysis, so it has
>> to be consistent.
>>
>>
>>
>> -Hoss
>>
>>
>>
>> ____________
>> View message @
>> http://lucene.472066.n3.nabble.com/synonyms-not-working-with-copyfield-tp814
gt;
>
> View message @
> http://lucene.472066.n3.nabble.com/synonyms-not-working-with-copyfield-tp814108p815302.html
> To unsubscribe from Re: synonyms not working with copyfield, click here.
>
--
View this message in context:
http://lucene.472066.n3.
: which is good, but the different fields that I copy into the copyfield need
: different analysis and I no longer am able to do that. I can, of course,
Fundementally, Solr can only apply a single analysis chain to all of
the text in a given field -- regardless of where it may be copied from.
i
take a look at the DismaxRequestHandler:
http://wiki.apache.org/solr/DisMaxRequestHandler
-Original Message-
From: surajit
To: solr-user@lucene.apache.org
Sent: Thu, May 13, 2010 9:52 pm
Subject: Re: synonyms not working with copyfield
Thanks much! I added a synonym
Thanks much! I added a synonym filter to the copyfield and it started working
which is good, but the different fields that I copy into the copyfield need
different analysis and I no longer am able to do that. I can, of course,
search against the individual fields instead of the copyfield, but I wa
> I have indexed person names in solr using synonym expansion
> and am getting a
> match when I explicitly use that field in my query
> (name:query). However,
> when I copy that field into another field using copyfield
> and search on that
> field, I don't get a match. Below are excerpts from
> sch
Hi Surajit
I aint sure if this is any help, but I had a similar problem but with stop
words, they were not working with dismax queries. Well to cut a long story it
seems that all the querying fields need to be configured with stopwords.
Maybe this has the similar affect with Synonyms confguratio