ES DSL match query is giving addition result

Hi,

I have written the DSL query and want the exact match of string "e2network" but my query matching with some extra strings .

{
"match": {
"xxxxxxx.lowercase" :{
"query" :"e2network"
}
}
}

I am getting result which has below values e2network, e1network,S2E2ExWithOneCatAndSubCat

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.