You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to include a script_fields part to the $params for a client->search(). The script is working, i tried the same request with Kibana/Sense. In Sense i get a response like this:
"hits": {
"total": 990,
"max_score": 1.4142135,
"hits": [
{ some entries here }
In elasticsearch-php i get the same response but with an empty array for hits[hits].