Re: querying with two words returns less results when ORing terms

2008-04-28 Thread briand
Yep setting mm=1 did the trick for us. Thanks! Howard Lee-2 wrote: > > I don't think the defaultOperator applies to Dismax in the same way as the > Standard Request Handler. The Dismax handler uses the mm (Minimum 'Should' > Match) parameter to specify how many words should match the query. Y

Re: querying with two words returns less results when ORing terms

2008-04-28 Thread Howard Lee
I don't think the defaultOperator applies to Dismax in the same way as the Standard Request Handler. The Dismax handler uses the mm (Minimum 'Should' Match) parameter to specify how many words should match the query. You may need to change this to get it working the way you want it. http://wiki.ap

Re: querying with two words returns less results when ORing terms

2008-04-28 Thread briand
It was set to AND as the default so I changed it to restarted SOLR but still seeing the same results. The debug output looks the same as well. Alok K. Dhir wrote: > > check for > > > > in schema.xml > > On Apr 28, 2008, at 12:16 PM, briand wrote: > >> >> I'm searching using que

Re: querying with two words returns less results when ORing terms

2008-04-28 Thread Alok K. Dhir
check for in schema.xml On Apr 28, 2008, at 12:16 PM, briand wrote: I'm searching using query of 'food' and get back 572 results. When I do a search for 'food drink' I am expecting more results since it's defaulting to ORing the search terms, however, I now get back 6 results. I'm