Search query in elasticsearch

Hi,

I am trying to search for a document in elasticsearch.

Field name is sum and Field value is 'SUM-123'

I created a boolquery to matchQuery('sum','SUM-123').

But it is not returning the exact sum field documents instead it is returning the documents with different field values.