79253030

Date: 2024-12-04 23:51:58
Score: 1
Natty:
Report link

There are multiple issues in your query, like:

Proper syntax should be more like:

{
  "query": {
    "bool": {
      "should": [
         {"edismax": {"qf": "phones" , "query": "111 222 333"}},
         {"edismax": {"qf": "phones2", "query": "111 222 333"}}
       ],
       "minimal_should_match": 2
      }
    } 
}

Also please report the exact errors from the parser, because "It does not work" does not help us helping you ;-)

Reasons:
  • RegEx Blacklisted phrase (1): help us
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Steve