Reputation: 1456
I am using Solr 4.10.2
How can I query in solr admin for "Minimum Should Match(mm)" with edismax selected. Can anyone please explain with an example?
Thank you.
Upvotes: 2
Views: 3191
Reputation: 556
Refer this link to understand concept of mm in solr: http://opensourceconnections.com/blog/2013/04/15/querying-more-fields-more-results-stop-wording-and-solrs-mm-min-should-match-argument/
http://localhost:8983/solr/340Nop/select?q=pc+netbook&wt=json&indent=true&defType=dismax&mm=2
I mean it gives result based on minimum stopwords.
I hope it will understandable & helpful.
Upvotes: 2