...
|
...
|
@@ -60,7 +60,6 @@ public class IndexRebuildJob implements ApplicationEventPublisherAware { |
|
|
try {
|
|
|
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_PRODUCT_INDEX);
|
|
|
logger.info("indexRebuild productindex success, wait 2 min for doTplAdaptor ... ");
|
|
|
Thread.sleep(2 * 60 * 1000L);
|
|
|
} catch (Exception e) {
|
|
|
}
|
|
|
|
...
|
...
|
|