Hi
Thanks Erick and Walter for your response.
Solr Version Used : 6.5.0
I tried to elaborate the issue:
Case 1 : Search String : Industrial Electric Oven
Results=945
Case 2 : Search String : Dell laptop bags
Results=992
In above both cases, mm play its role.(match any
First, remove the “mm” parameter from the request handler definition. That can
be added back in and tweaked later, or just left out.
Second, you don’t need any query syntax to search for two words. This query
should work fine:
books bags
wunder
Walter Underwood
wun...@wunderwood.org
http://o
Please let s know what version of Solr you use, otherwise it’s very hard to know
whether you’re running into https://issues.apache.org/jira/browse/SOLR-8812
or similar.
But two things to try:
1> specify q.op
lr
2> specify mm=0%
Best,
Erick
> On Jul 2, 2020, at 1:22 AM, Tushar Arora wrote:
>
>