Json – Using the mm parameter in SOLR Nested Boolean query
I am wondering how can I add the minimal_should_match parameter to SOLR Nested Boolean query? I tried the next syntax, but it didn't work: { "query": { "bool": { "should": [ {"edismax": {"df": "phones", "query": "111 222 333"}} {"edismax": {"df":…