You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auth in the configuration was removed. Use authentication information directly in host or create event listener
to modify client creation. There are too many ways to authenticate elasticsearch. That said we leaving this customisation to the user due difficult support.
connections node in configuration was removed. Use index from now on. There was absolute
misunderstanding to have exposed connections, we never saw any benefits to use single connection
between several managers.
Changed the namespace of the DocumentParserException to ONGR\ElasticsearchBundle\Mapping\Exception. #722
analysis node in index/connection was deprecated. From now on used analyzers, filters, etc. must be provided in document annotations
Results (constants container for result type definitions) class was removed in favor for
new find functions with predefined types in the names.
Export service now uses own query calling instead of elasticsearch-php. It was changes due a bug
in hits iterator in elasticsearch-php. We will try to help them to resolve this issue.
Manager::execute() was removed. Use Manager::search() instead.
Manager::scroll() third argument with result type definition was removed.
Now you can get only raw result data from scroll.
AbstractElasticsearchTestCase::runTest() was removed. It was introduced when elasticsearch
in our CI was very unstable. Now there is no sense to repeat failing tests again and again.
AbstractElasticsearchTestCase::getNumberOfRetries() was removed.
If you write tests by extending AbstractElasticsearchTestCase delete your retries data provides.