Tomas Della Vedova
Tomas Della Vedova
@cemremengu that would work as well :)
Hello, thank you for investigating the issue, you are right! I'll investigate how to nicely solve this bug, if you would like to take it a stab, feel free to!
Hello! Can you add a full snippet for reproducing the issue? Also, a small dataset would help. Thanks!
Hello! At the moment, we are in the process of refactoring the current client, you can see the status of the work in the [`next`](https://github.com/elastic/elasticsearch-js/tree/next) branch. Once it's finished, prototype...
Hello! We are working on a dsl, we will start asking for feedback soon :)
Heya, I wrote this to reproduce the issue: ```js const dataset = [ { user: 'jon', age: 23 }, { user: 'arya', age: 18 }, { user: 'tyrion', age: 39...
Hello! You can configure the keep-alive functionality with the `agent` option. But unless you have a very good reason to disable keep-alive, then don't worry about it. The client will...
Thank you for reporting!
Hello! The client returns the response as Elasticsearch crafts them, and it cannot change them. You are asking more of a [helper](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-helpers.html), which currently doesn't exist for SQL. I'll mark...
Hello! At the moment is not possible to configure it unless you extend the `Transport` class and override its internals. This could be a useful feature, I'll invest some time...