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
Right know it's not clear which versions of elasticsearch-php are supported at all. The recently released version v5.0.0 of elasticsearch-php contains a alot of breaking changes.
It might be worth to also provide a compatibility matrix of ongr-io/ElasticsearchDSL , elasticsearch-php and elasticsearch-bin.
I investigated a bit more the relation between elasticsearch-php and ElasticsearchDSL. In a nutshell, I don't think so we there is a need to include elasticsearch-php in composer require. ElasticsearchDSL provides a DSL wich represents one to one elasticsearch query in the array manner. There is nothing related to elasticsearch client here, and it's up to the user what query he builds for 5.x or 2.x, at the end library doesn't care and allows to do it for every version.
If at any point I'm wrong please correct me and reopen the issue.
Maybe we should add elasticsearch-php client dependency in requirements.?
The text was updated successfully, but these errors were encountered: