Solved
Query API Return results in JSON
I can use the API to create a query, but can I also get the results from the query in the API?
I can use the API to create a query, but can I also get the results from the query in the API?
you can write a servlet which can be exposed as an API.
In your servlet, you can get the same json object but return only ‘hits’ object as the response as suggested here
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.