I am working on elasticsearch and my query is
"query": {
"match": {
"NAME": {
"query": "test query",
"fuzziness": "AUTO"
}
}
}
and I have tow string 1- "test query example elastic search" 2- "query example on elastic query and query"
the problem is when search for "test query" it returns the second string not the first one i guess because the elasticsearch gives the repeated words higher score so how to prevent it to give repeated words higher score and I want it a fuzzy search