CakePHP ElasticSearch 3.2.0
Deprecations
Association\Embedded::property()
was deprecated. UsegetProperty()
andsetProperty()
instead.
Added
Index::save()
now supports arouting
option to specify the routing key for a document when saving.
Fixes
- Improve documentation.
- Don't accept elastica 7.x as it contains breaking changes that are incompatible with this library.