I am trying to search an text using elastic search server. I am able to get
the results only if my input text matches one complete word, not the full
text search. Ex : I have 2 matching text "Colors" and "Colorfull" in
elastic search server, If i search for "Color", it will not pick any
results. Can some one please help me to resolve the issue.
Here is my query
{
"multi_match" : {
"query" : "color",
"fields" : [ "keywords", "symptom" ]
}
}
I am trying to search an text using elastic search server. I am able to get the results only if my input text matches one complete word, not the full text search. Ex : I have 2 matching text "Colors" and "Colorfull" in elastic search server, If i search for "Color", it will not pick any results. Can some one please help me to resolve the issue.
Here is my query
{
"multi_match" : {
"query" : "color",
"fields" : [ "keywords", "symptom" ]
}
}
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.