elastic
elastic copied to clipboard
Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch
Signed-off-by: Abirdcfly
This commit adds some examples using the update by query service.
Is it possible to correlate records that were sent using batching mode with the array items (req []elastic.BulkableRequest or response *elastic.BulkResponse) in the "after" method? E.g. attach some metadata from...
Removed Redacted() function from from req.URL as it is creating issue while creating the go container. Getting compilation error while building the app. Seems like it doesn't support newer version...
Writing this in an issue is probably not the right way, but at least it's near the artifact that matters most to me—the code. Disclaimer: Please consider this as my...
### Which version of Elastic are you using? [x] elastic.v7 (for Elasticsearch 7.x) [ ] elastic.v6 (for Elasticsearch 6.x) [ ] elastic.v5 (for Elasticsearch 5.x) [ ] elastic.v3 (for Elasticsearch...
This commit adds a configuration option `SetCloseIdleConnections`. The effect of enabling it is that whenever the Client finds a dead node, it will call `CloseIdleConnections` on the underlying HTTP transport....
close #1454
I'm migrating an application from Scala (Elastic4s https://github.com/sksamuel/elastic4s) to Golang (Olivere) and I've experienced the same behaviour as PR #1187 ```elastic.NewRangeQuery(DatePublication).Gt(xxx)``` **Expected :** Scala, rest api, elatic documentation ``` {...