Hi, In Sling we have some tests which validate that full text search is working. Occasionaly this test times out because the full-text lucene index is not updated and a traversal query is used. More details at [1].
We should probably add a way of waiting for the index to be updated, so my question is - what would be the way to do that? Ideally we would do this from outside the Oak/Sling process, but can also deploy an OSGi bundle if needed. Thanks, Robert [1]: https://issues.apache.org/jira/browse/SLING-7169
