Elastica

A PHP client for elasticsearch.

Fork me on GitHub

Release 5.3.1

Elastica 5.3.1 (download).

This release is compatible with Elasticsearch 5.x and was tested with elasticsearch 5.4.1.

Bugfixes

  • Removed deprecated min_word_len field in Elastica\Suggest\Term. Use min_word_length instead.

Added

  • Added clear() to Scroll for closing search context on ES manually
  • In PHP 7.2 count() now raises a warning when an invalid parameter is passed. Only arrays and objects implementing the Countable interface should be passed. #1378

Improvements

  • Clear search context on ES after usage in Scroll