elastic icon indicating copy to clipboard operation
elastic copied to clipboard

Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch

Results 124 elastic issues
Sort by recently updated
recently updated
newest added

Please use the following questions as a guideline to help me answer your issue/question without further inquiry. Thank you. ### Which version of Elastic are you using? [✔️] elastic.v7 (for...

It appears that there may be a goroutine leak due to a failure to close `res.Body`. This issue arises because the business logic involves frequent creation of clients, and the...

Please use the following questions as a guideline to help me answer your issue/question without further inquiry. Thank you. ### Which version of Elastic are you using? [ ] elastic.v7...

Does olivere support the concept of [REST API compatibility](https://www.elastic.co/guide/en/elasticsearch/reference/master/rest-api-compatibility.html#rest-api-compatibility)? Although it is a good practice not to make cross-communication between client and server which are of different versions, sometimes in...

feature

The compatibility headers cannot be used with the client ``` Accept: "application/vnd.elasticsearch+json;compatible-with=7" Content-Type: "application/vnd.elasticsearch+json;compatible-with=7" ``` I tried to set the headers like this ``` elastic.SetHeaders(http.Header{ "Accept": { "application/vnd.elasticsearch+json", "compatible-with=7", },...

Fixed the problem that the longitude and latitude were wrongly transmitted when using the bottom left parameter when querying the geo box. The bottom left parameter array should be longitude...

ES version : 7.14.2 Branch : "github.com/olivere/elastic/v7" Code : response, err := c.clt.Update(). Index(c.cfg.IndexName). Id(info.DataID). DocAsUpsert(true). Doc(values). Do(ctx) ### Which version of Elastic are you using? [✅ ] elastic.v7 (for...

### Which version of Elastic are you using? [x] elastic.v6 (for Elasticsearch 6.x) ### Please describe the expected behavior client with http proxy should work well. ### Please describe the...

Can you please append support GET parameter **max_concurrent_shard_requests** in **msearch**