I know there have been a few duplicates of my question but none have resolved my issue so I\'m creating a new question.
I have the below elastic search JSON Query and want to convert it into equivalent Java API. How can I convert this with Elastic Search Java API?
My current elasticsearch query is- { "must": [ { "range": { "firstClosedAt": {
I\'m trying to make a bool must match query in java with this structure GET offers/_search { "query": {