Replaces the forcemerge step with an await_index_ready phase that waits for all three engines to signal that indexing and optimisation are complete before benchmarking begins.
- Elasticsearch and OpenSearch: polls
_stats/mergeuntil merge activity settles - Qdrant: polls the collection status until the optimizer reaches a green/ok state
The wait is unbounded — jingra logs progress with elapsed time and indexed/total counts rather than timing out on large collections.
docker pull sachinfrayneelastic/jingra:0.2.3