Karel Minarik

Results 204 comments of Karel Minarik

> I'm not really a JS dev and have zero experience with Ember so this is what I managed to hack up in a few minutes. The way it should...

Argh, this went under my radar, sorry for the silence, everybody. The [`search_after`](https://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-search-after.html) is indeed the right way to work around the "result window too large" limit, because it is...

Hi @winnettjohnston, we have found your signature in our records, but it seems like you have signed with a different e-mail than the one used in yout Git [commit](https://github.com/elastic/puppet-elasticsearch/pull/726.patch). Can...

@SleeplessByte, many thanks for the report, this is useful! The extension is naturally brittle, given all the variability across operating systems, ES versions, Ruby versions, ... despite it's popularity. For...

Hi! This is a known issue. The client is 1:1 to the ES API, and therefore `c.Scroll.WithScrollID()` will pass the value as an URL parameter, which will break for large...

Hello! Getting back to this issue. As I was suggesting on the related pull request, the only solution here is to warn people that they should use the body, not...

Hi, this is due to an old version of Go, can you upgrade and try again? `(*http.Transport).Clone()` is available since 1.13.

On go1.12, you would need to use a previous version of `go-elasticsearch` — but then again, I would highly advise to upgrade to recent Go. Also, note that `v8` targets...

Correct, it will be part of the next release, 7.7, which will be published along the Elastic stack. It is perfectly fine to use the Github branch for your Elasticsearch...

@moon-bits, yes, in most parts it is.