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
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
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
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