Replace ElasticSearch driver with OpenSearch#15
Merged
matthi4s merged 7 commits intoaternosorg:masterfrom May 23, 2025
Merged
Conversation
…/opensearch-php-dsl
There was a problem hiding this comment.
Pull Request Overview
This PR replaces the ElasticSearch driver with an OpenSearch driver and updates the documentation accordingly. The changes also remove the optional dependency on elasticsearch/elasticsearch and suggest the use of shyim/opensearch-php-dsl.
Files not reviewed (13)
- composer.json: Language not supported
- src/Driver/DriverRegistry.php: Language not supported
- src/Driver/Elasticsearch/Elasticsearch.php: Language not supported
- src/Driver/OpenSearch/Authentication/BasicAuthentication.php: Language not supported
- src/Driver/OpenSearch/Authentication/BearerAuthentication.php: Language not supported
- src/Driver/OpenSearch/Authentication/OpenSearchAuthenticationInterface.php: Language not supported
- src/Driver/OpenSearch/Exception/HttpErrorResponseException.php: Language not supported
- src/Driver/OpenSearch/Exception/HttpException.php: Language not supported
- src/Driver/OpenSearch/Exception/HttpTransportException.php: Language not supported
- src/Driver/OpenSearch/Exception/OpenSearchException.php: Language not supported
- src/Driver/OpenSearch/Exception/SerializeException.php: Language not supported
- src/Driver/OpenSearch/OpenSearch.php: Language not supported
- src/Driver/OpenSearch/OpenSearchHost.php: Language not supported
matthi4s
approved these changes
May 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove ElasticSearch driver
Remove optional dependency on
elasticsearch/elasticsearchAdd OpenSearch driver compatible with and PSR-18 HTTP client
Add support for basic and bearer authentication
Suggest
shyim/opensearch-php-dslas OpenSearch DSL query builder