elasticsearch-php icon indicating copy to clipboard operation
elasticsearch-php copied to clipboard

Official PHP client for Elasticsearch.

Results 73 elasticsearch-php issues
Sort by recently updated
recently updated
newest added

### Summary of problem or feature request Ping currently returns a boolean after swallowing the exceptions. I'd like to know why it failed so I can log that and take...

### Summary of problem or feature request Its currently not possible to use packages that require symfony/finder in version >= 5.0. I can not find any reason in your repository...

This is a meta ticket to collect all the PRs that we would like to backport in `6.8.3`: - [ ] Fix #1074 allowing multiple function parameters in fromConfig (see...

meta

### Summary of problem or feature request This is more informative than a bugfix in case other people encounter the same issue. We're using elasticsearch-PHP version 6.5 and PHP 7.3.29...

I have a setup where the ES host isn't set correctly, which then leads to an error in the error handling itself. I'm using version 6.7.2, but from reading the...

### Summary of problem or feature request ConnectionInterface::performRequest method signature does not match Connection::performRequest method signature. This causes mocking the class with Phake to fail. ### Code snippet of problem...

Fix function signature of performRequest to match declaration in ConnectionInterface Issue: ``` Fatal error: Declaration of Elasticsearch\Connections\Connection::performRequest($method, $uri, $params = NULL, $body = NULL, $options = Array, ?Elasticsearch\Transport $transport =...

### Summary of problem or feature request [`Squiz.WhiteSpace.SuperfluousWhitespace.EndLine`](https://github.com/elastic/elasticsearch-php/blob/35eab26b9fef0e216aa865ba8b8e871cb5177802/ruleset.xml#L5) Why do you tolerate those spaces? The codebase is full of those. `.editorconfig` may help, most IDE-s understand EditorConfig.

https://github.com/elastic/elasticsearch-php/issues/1094#issuecomment-769026283 @ezimuel It is very surprising to have SSL under this error. I will make improvements to debug. Regards.