Iam not able to perform the exact search with the below json query.
"query":{
"match":{
"fieldName":"metaData.domainName",
"value" :"Business Resiliency"
}
}
Iam getting all the record like "Transaction Resiliency", "Business outlook" etc.. But i need to perform exact match and get all the records which matches the domainName is equal to "Business Resiliency". Please suggest and lookiing for an help.
Thanks