Elastica

A PHP client for elasticsearch.

Fork me on GitHub

Release 6.0.0-beta1

Elastica 6.0.0-beta1 (download).

This is the first pre release of the 6.x release cycle. The release is compatible with Elasticsearch 6.x and was tested with Elasticsearch 6.0.0-rc1.

Backward Compatibility Breaks

Bugfixes

  • Enforce Content-Type requirement on the layer Rest, a PR on Elastica #1301 solved it (it has been implemented only in the HTTP Transport), but it was not implemented in the Guzzle Transport. #1349
  • Scroll no longer does an extra iteration both on an empty result and on searches where the last page has a significantly smaller number of results than the pages before it.

Added