Try creating a separate field that does not remove stopwords,
populating that with <copyfield> 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" field has a higher boost. This helps
with movies like "Saw" and "Ran", which should not show
"see" or "run" as the top match.

wunder

On 5/14/08 8:09 AM, "cricdigs" <[EMAIL PROTECTED]> wrote:

> 
> Hi all,
> 
> Is there a config setting that I could use to not remove stop words when
> doing an exact phrase match. For example when searching for "the world" (in
> quotes) I would like to look for just that and not get results for just
> "world". When I look at the analysis, I see that word "the" is removed by
> the StopFilter even if it is in quotes. So is there a work-around to solve
> this?
> 
> Thanks!

Reply via email to