Ivan Babenko

Results 9 comments of Ivan Babenko

Hey @marcelopm, what ES version do you use? I can surely do it, but only in the new version `4.0`, which only supports ES8. I'm not planning to support the...

Hi @marcelopm, just FYI: `Engine` is now non-final since [v4.0.2](https://github.com/babenkoivan/elastic-scout-driver-plus/releases/tag/v4.0.2).

Why do you need it in Builder? What's the use case?

Closing as the issue seems to be resolved

Hey @ybert, thank you for the feedback! I need to update the documentation, it is now possible to use the `is_write_index` option when creating an alias to forward all writing...

Hey @trannluongg, it sounds like a problem with your setup and not the package itself. I can only recommend you to verify that your infrastructure meets the [package requirements](https://github.com/babenkoivan/elastic-migrations#compatibility) and...

Hey @ciungulete, thank you for the PR! Is there a particular reason why you want to use scroll search instead of search after? According to the documentation, it is not...

Hi, @rohitjalmi90, the idea of `mustRaw` and similar functions is to allow you to provide the entire `must` clause in a single call, it completely replaces the "must" clause of...

I've updated the [documentation](https://github.com/babenkoivan/elastic-scout-driver-plus/blob/master/docs/compound-queries.md#-must) to make it more clear.