Bring the power of Elasticsearch to your mobile apps in a pretuned search experience. Crawl and search your website with ease. Start a free trial today. Webinars. Worldwide Support. Training & Workshops. Developer Friendly. Brands: Elasticsearch, Kibana, Security.
xxxxxxxxxx
GET /_search
{
"query": {
"fuzzy": {
"user.id": {
"value": "ki",
"fuzziness": "AUTO",
"max_expansions": 50,
"prefix_length": 0,
"transpositions": true,
"rewrite": "constant_score"
}
}
}
}
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-fuzzy-query.html