Releases: sineflow/ElasticsearchBundle
Releases · sineflow/ElasticsearchBundle
v6.0.2
When converting ES document array to an object, handle the case where there may be a single object value for a 'multiple' object field instead of an array and vice versa
v6.0.1
- Expose IndexManager::getIndexMapping() to be public
Internal changes:
- When generating mapping for index creation, do not explicitly specify "object" type
- Retrieve index mapping when necessary, instead of in IndexManager constructor
v6.0.0
- Updated elasticseach/elasticsearch to v6 and fixed tests to work with ES6
- Removed support for parent-child relations, as they are handled differently in ES6
v5.0.3
Finder::count(): Sanitize 'sort' out of the search body, as while it was ok in ES2, it throws an exception in ES5, which could break existing code
v5.0.1
Reverted back default logging level to notice
v5.0.0
Elasticsearch 5 Compatibility
v0.9.7
Removed requirement for Symfony < 3.4
v0.9.5
Force index services to be defined as public for compatibility with SF4