Example #1
0
 public void waitForLoadingCore(String name, long timeoutMs) {
   solrCores.waitForLoadingCoreToFinish(name, timeoutMs);
 }