polling

ElasticSearch updates are not immediate, how do you wait for ElasticSearch to finish updating it's index?

ElasticSearch updates are not immediate, how do you wait for ElasticSearch to finish updating it's index? Question: I’m attempting to improve performance on a suite that tests against ElasticSearch. The tests take a long time because Elasticsearch does not update it’s indexes immediately after updating. For instance, the following code runs without raising an assertion …

Total answers: 5