use the common grams filter, itll create tokens for stop words and
their adjacent terms

On Thu, Feb 18, 2010 at 7:16 AM, Nagelberg, Kallin
<knagelb...@globeandmail.com> wrote:
> I've noticed some peculiar behavior with the dismax searchhandler.
>
> In my case I'm making the search "The British Open", and am getting 0 
> results. When I change it to "British Open" I get many hits. I looked at the 
> query analyzer and it should be broken down to "british" and "open" tokens 
> ('the' is a stopword). I imagine it is doing an 'and' type search, and by 
> setting the 'mm' parameter to 1 I once again get results for 'the british 
> open'. I would like mm to be 100% however, but just not care about stopwords. 
> Is there a way to do this?
>
> Thanks,
> -Kal
>

Reply via email to