elasticsearch-ruby
elasticsearch-ruby copied to clipboard
Ruby integrations for Elasticsearch
* One of the code blocks didn't include the word `ruby`, causing it to be a different color and difficult to read * One of the examples raised an error:...
Since one test's failure will cascade into the following expectations failing, this makes it so one test fails and we move on to the next, but still logging all the...
The engineering team here at Elastic is looking for developers to participate in research and feedback sessions to learn more about how you use our Ruby client and what improvements...
**Describe the bug/error/problem** If an elasticsearch command is run within spring, the process segfaults with the following error: ``` objc[20558]: +[__NSCFConstantString initialize] may have been in progress in another thread...
As titled
As titled
As titled
As titled
**Describe the bug/error/problem** After upgrading to the latest version of the Elasticsearch gem, I encounter the following error when making a POST request: `"The client is unable to verify that...
We are using `elasticsearch-ruby` through the `chewy` gem, and we import documents in a Sidekiq worker. This means each Sidekiq thread that accesses Elasticsearch has its own instance of the...