Is there any way to make elastic auto search fuzzy when use string_query.ie:
I want to search with: query = Auto search query
Currently elastic will analyse my query to : auto, search,query and search exactly with these term.
Expected: elastic will analyse my query and search fuzzy with each term: auto~,search~ and query~
Is there any way to make elastic auto search fuzzy when use
string_query.ie:
I want to search with: query = Auto search query
Currently elastic will analyse my query to : auto, search,query and
search exactly with these term.
Expected: elastic will analyse my query and search fuzzy with each
term: auto~,search~ and query~
Thanks for ur reply.
Is there any way for me to do this?
I can do it manually by splitting query into term by space and add the ~ symbol. but when I do it, my query is not be analyzed by elastic anymore.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.