This release is compatible with Elasticsearch 5.x and was tested with elasticsearch 5.4.1.
Bugfixes
- Removed deprecated
min_word_lenfield inElastica\Suggest\Term. Usemin_word_lengthinstead.
Added
- Added clear() to
Scrollfor 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