Find actual matching word when using fuzzy query in elastic search
问题 I am new to elasticsearch and was looking around fuzzy query search. I have made a new index products with object/record values like this { "_index": "products", "_type": "product", "_id": "10", "_score": 1, "_source": { "value": [ "Ipad", "Apple", "Air", "32 GB" ] } } Now when i am performing a fuzzy query search in elasticsearch like { query: { fuzzy: { value: "tpad" } } } It returns me the correct record (the product just made above) which is expected. And i know that the term tpad matches