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

Official PHP client for Elasticsearch.

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

This pull requests fixes https://github.com/elastic/elasticsearch-php/issues/1227

We need to re-apply yhe API Compatibility header, provided in https://github.com/elastic/elasticsearch-php/pull/1142 for `7.x` branch.

We would like to support [PSR-7](https://www.php-fig.org/psr/psr-7/) and [PSR-18](https://www.php-fig.org/psr/psr-18/) for the HTTP transport layer. We was thinking to use [HTTPlug](http://httplug.io/) in order to use an abstraction with some adapter implementations. As...

enhancement
8.0

### Summary of problem or feature request Current PHP Docs seems not be up2date? ### Code snippet of problem This example as you show it in the docs dont work?...

# To-do list Items for the new **8.0** release of `elastic/elasticsearch-php`: - [x] redesign the HTTP transport layer using `PSR-7` and `PSR-18` standards (maybe using [HTTPlug](http://httplug.io), not yet decided, see...

meta

https://github.com/elastic/elasticsearch-php/blob/3df6517a32d5521f094a14a3d908b920799a597a/src/Elasticsearch/Connections/Connection.php#L719

Guzzle Mock Handler supports mocking multiple responses using HandlerStack. Is there anything similar for the Ring MockHandler. I have a controller which currently running two queries to ElasticSearch. Is there...

### Summary of problem or feature request Bulk API returns 200 status code even in case some operations have failed, but the response body contains a flag (`errors=false`), which can...

enhancement