Am searching elasticsearch with the below match query, which is not giving me the exact match instead its giving some more irrevalant match also.
am using elasticsearch 6.2.3
Please find my query below
get items/_search
{
"query" : {
"match" : {
"code" : "7000-8900"
}
}
}
Please find the response am getting it from match
query
7000-8900
7000-8002-WK
7000-8002-W
term
instead ofmatch
– Uniflorousterm
instead ofmatch
– Schweinfurt