I am trying to implement fuzziness and wild card in a single query. I tried 
the below code but no success

  "match" : {
      "Keyword" : {
          "query" : "B*a*c*k* O*b*a*",
          "operator" : "and",
          "fuzziness" : "9",
          "analyze_wildcard": true
      }
  }

But when I try the same query from postman its working

http://domain.com:9200/index/_search?q=Keyword:B*a*c*k* 
O*b*a*&operator=AND&fuzzines=9

-- 
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 elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/2044b3db-8fb0-4bca-b980-8b2c37520ff4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to