Oliver Eilhard
Oliver Eilhard
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...
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....
Seems like the Node Stats API in 7.15.0 is broken due to [this change](https://github.com/elastic/elasticsearch/pull/75433) (reported [here](https://discuss.elastic.co/t/node-stats-api-in-7-15-broken/285212)). See also https://github.com/elastic/elasticsearch/issues/78311. **How to reproduce:** 1. Use 7.15.0 2. Run the Node Stats...
This commit adds a `LoggerWithContext` interface that extends the `Logger` interface by a method `PrintfWithContext` that, when implemented, is called instead of the `Printf` method of the `Logger` interface. The...
Some queries might return a score of `Infinity`, as noted in [this conversation](https://github.com/olivere/elastic/pull/1377#issuecomment-683536071) in #1377: > @olivere When use pinned query, sometimes score will be "Infinity" (wrapped it in function...
See https://www.elastic.co/guide/en/elasticsearch/reference/7.8/search-aggregations-bucket-geotilegrid-aggregation.html
See https://www.elastic.co/guide/en/elasticsearch/reference/7.8/search-aggregations-bucket-geohashgrid-aggregation.html
See https://www.elastic.co/guide/en/elasticsearch/reference/7.9/sql-rest.html
See https://www.elastic.co/guide/en/elasticsearch/reference/7.9/query-dsl-shape-query.html
See https://www.elastic.co/guide/en/elasticsearch/reference/7.9/search-aggregations-metrics-string-stats-aggregation.html