368369370371372373374375
return false; } } }, maxWaitForIndexInMs, 5000L, MILLISECONDS); SearchOptions options = SearchOptions.Builder.query("name:" + PREFIX); assertTrue(waitForIndex.apply(options)); }
396397398399400401402403
424425426427428429430431
return false; } } }, maxWaitForIndexInMs, 5000L, MILLISECONDS); SearchOptions options = SearchOptions.Builder.query("id:" + databagitemId); assertTrue(waitForIndex.apply(options)); }
475476477478479480481482
321322323324325326327328
349350351352353354355356
377378379380381382383384
405406407408409410411412
return false; } } }, maxWaitForIndexInMs, 5000L, MILLISECONDS); SearchOptions options = SearchOptions.Builder.query("id:" + databagItem.getId()); assertTrue(waitForIndex.apply(options)); }
456457458459460461462463
338339340341342343344345