In my index i have a document indexed with the field named "sn" with the value "Dorsett Shepherds Bush". When I use the match query, I can retrieve the document, but with term query I cannot retrieve the document. "sn" is a keyword field. I am doing a exact match, but still cannot get the results with the term query.
Any help would be appreciated.
Thank You.