We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In version 8 of elasticsearch/elasticsearch the namespace changed from Elasticsearch to Elastic\Elasticsearch (https://github.com/elastic/elasticsearch-php/blob/main/BREAKING_CHANGES.md). Integrating this bundle into a Symfony 6 project I've noticed that there is no way to change massive_search.search.adapter.elastic.client.class (https://github.com/massiveart/MassiveSearchBundle/blob/2.8/Resources/config/adapter_elastic.xml#L7).
elasticsearch/elasticsearch
Elasticsearch
Elastic\Elasticsearch
massive_search.search.adapter.elastic.client.class
The issue is that in loads the adapter_elastic.xml before checking the existence of that class and loading the xml will always reset it: https://github.com/massiveart/MassiveSearchBundle/blob/2.8/DependencyInjection/MassiveSearchExtension.php#L79-L81
adapter_elastic.xml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In version 8 of
elasticsearch/elasticsearch
the namespace changed fromElasticsearch
toElastic\Elasticsearch
(https://github.com/elastic/elasticsearch-php/blob/main/BREAKING_CHANGES.md). Integrating this bundle into a Symfony 6 project I've noticed that there is no way to changemassive_search.search.adapter.elastic.client.class
(https://github.com/massiveart/MassiveSearchBundle/blob/2.8/Resources/config/adapter_elastic.xml#L7).The issue is that in loads the
adapter_elastic.xml
before checking the existence of that class and loading the xml will always reset it:https://github.com/massiveart/MassiveSearchBundle/blob/2.8/DependencyInjection/MassiveSearchExtension.php#L79-L81
The text was updated successfully, but these errors were encountered: