Hi all,
I am quiet new to ElasticSearch and i am facing this issue so hopefully I can find the answer here.
I am searching the full name such as "John Smith" and i expected ElasticSearch to return the documents that containing the string "John Smith" but now ElasticSearch returned to me the documents containing either "John" or "Smith". Is there any way to force ElasticSearch to return the result of "John Smith".
Thanks.