Sorry, I was hurrying before class (training to get a service dog).
I use the DisMax handler, which can expand a query to go against
multiple fields. The per-field analysis applies at both index and
query time, so the exact field does not have stopwords removed.
Very helpful for queries like "Being
, May 14, 2008 1:54:15 PM
> Subject: Re: Stop words and exact phrase
>
>
> Hi wunder,
>
> Thanks for your response. I am still a little confused. Solr's analysis page
> shows that the stop word is removed from the query - its got nothing to do
> with the indexing imo.
>
that word "the" is removed by
>> the StopFilter even if it is in quotes. So is there a work-around to
>> solve
>> this?
>>
>> Thanks!
>
>
>
--
View this message in context:
http://www.nabble.com/Stop-words-and-exact-phrase-tp17233404p17237198.html
Sent from the Solr - User mailing list archive at Nabble.com.
Try creating a separate field that does not remove stopwords,
populating that with and configuring the phrase
queries to go against that field instead.
I do something similar. For both regular and phrase queries,
we have a stemmed and stopped field and another field with
neither. The "exact" fiel
e that word "the" is removed by
the StopFilter even if it is in quotes. So is there a work-around to solve
this?
Thanks!
--
View this message in context:
http://www.nabble.com/Stop-words-and-exact-phrase-tp17233404p17233404.html
Sent from the Solr - User mailing list archive at Nabble.com.