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
/** * Sets the _source field to be returned with every hit * * @param array $fields Fields to be returned * @return \Elastica\Query Current object * @link http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/search-request-source-filtering.html */publicfunction setSource($fields)
The current signature reads:
From http://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-source-filtering.html :
This is currently not possible due the
array
signature.The text was updated successfully, but these errors were encountered: