No graph/response after search

Getting no result after searching for a term.

The API troubleshooting guide has a section on this with some settings to change. These settings can be found in the user interface when you click on the cog icon.

https://www.elastic.co/guide/en/graph/current/graph-troubleshooting.html#_why_are_results_missing

Cheers
Mark

Otherwise, providing more information would help us help you.

I have this kind of data in elasticsearch. Can you help me with what kind of query should I make.

To return what sort of result?

I'm not sure what "DoctorWorktimings" or "recommendation" represent. I presume each record has a unique doctor ID we can't see and the feedback is like a star rating.
The sorts of things we can draw out are perhaps the root causes of problems eg:

  1. Which doctors have more than their fair share of bad ratings?
  2. Which therapy areas attract more than their fair share of bad ratings?

If we have "diagnosis" as a column we could do things like the following:
3) Which doctors diagnose more than their fair share of "whiplash" diagnoses (possible indication of insurance fraud)
4) Which cities have more than their fair share of diagnoses that might suggest lead poisoning etc

Thanks for the reply. I am now clear about what exactly the graph api does.