Oliver Eilhard

Results 116 comments of Oliver Eilhard

https://github.com/olivere/elastic/pull/1542 should give you what you want. I will leave it around until 7.0.30 will be released. There's a few things I don't like about that PR, but yeah. Maybe...

I can't remember any changes with regards to timeouts in the mentioned releases. There might be a myriad of timeouts on different levels though. Especially with AWS OpenSearch/ElasticSearch offering, the...

I've did a few tests, especially with the PR #1441, and the benchmarks are alarming: ``` $ go test -test.bench=RequestSetBody -run=NONE > old.txt ... $ go test -test.bench=RequestSetBody -run=NONE >...

@rwynn @raiRaiyan I'm very busy with my day job currently, so I'd be more than happy to get a PR to be merged for the next release. Thanks for your...

I suppose you're referring to [this feature](https://www.elastic.co/guide/en/elasticsearch/reference/7.10/collapse-search-results.html)?

@milesich I haven't looked into it, but I assume that's it, yes.

Hmm... I see what you're after. The idea back then with `NewClient` was that the `Client` initializes once, at startup, and then puts itself into the background. Its responsibilities are...

@chrisharrisonkiwi I'm always interested in the kinds of problems people face out there: What kind of problem do you see with chunked encoding?

As stated [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-fields.html#search-fields-param), this feature is in beta and probably has not too much to do with the thread mentioned above. It's a bit like [`FetchSourceContext`](https://github.com/olivere/elastic/blob/release-branch.v7/fetch_source_context.go) which allows to include/exclude...

Hey. It makes sense to change the `Field(field string)` methods to a signature like `Field(field ...string)` which allows all of the above without a breaking change (in terms of recompilation...