Try something like this and see if it helps:

{
  "query": {
    "bool": {
      "should": [
        {
          "multi_match": {
            "query": "Marco",
            "fields": [
              "f",
              "m",
              "l"
            ]
          }
        },
        {
          "multi_match": {
            "query": "Marco",
            "fields": [
              "f",
              "m",
              "l"
            ],
            "fuzziness": 0.6
          }
        }
      ]
    }
  }
}

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/96fb3334-6d5c-48a0-9f51-057876ef5566%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to