Elastica

A PHP client for elasticsearch.

Fork me on GitHub

Release 6.0.0

Elastica 6.0.0 (download).

This is the firts GA release of the 6.x release cycle. The release is compatible with Elasticsearch 6.x and was tested with Elasticsearch 6.0.0.

For previous breaking changes in 6.0 make sure to also have a look at the breaking changes in 6.0.0-beta1 release.

Backward Compatibility Breaks

Added

  • Added clear() to Scroll for closing search context on ES manually
  • Added Elastica\Aggregation\StatsBucket

Improvements

  • Clear search context on ES after usage in Scroll