The query is
I have three fields
1.Age
2.Name
3.Salary
I need an API in JestClient So that
It should execute Select * from Elastic search index where Age="value" and Name="value" and Salary="value"
How to extract the result and populate into our customized object.