Releases: babenkoivan/elastic-adapter
Releases · babenkoivan/elastic-adapter
v2.2.0
Updated
- Improved error message for failed bulk operations
v2.1.0
Added
- Inner hits support
Fixed
- Aggregation bucket key is now of mixed type
v2.0.0
Added
Routing
object, which defines the shard routing- Raw methods:
createRaw
,putMappingRaw
andputSettingsRaw
Aggregation
andBucket
objects, which make it easier to get aggregated data from the response
Changed
- Dropped support for
PHP 7.2
- The library is now coupled with Laravel
DocumentManager::delete()
was optimized, it now requires only documet idsIndex
was renamed toIndexBlueprint
SearchResponse
now returns collections instead of arrays, e.g.SearchResponse::aggregations()
returns a collection ofAggregation
- All getters and setters were simplified, e.g.
Document::getContent()
was changed toDocument::content()
v1.17.0
Added
- Min score support
v1.16.1
Fixed
- An exception is thrown when one or more operations in the bulk request did not complete successfully
v1.16.0
Added
- Rescore query support
v1.15.0
Added
- Custom routing support
v1.14.0
Added
- Index aliases support
v1.13.0
Added
- PHP 8 support
v1.12.0
Added
- Script fields support