...
|
...
|
@@ -64,9 +64,10 @@ public class IndexRebuildJob implements ApplicationEventPublisherAware { |
|
|
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_SHOPS);
|
|
|
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_PROMOTION);
|
|
|
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_IMAGE_VECTORS);
|
|
|
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_BIGDATESIMILARSKNINDEX);
|
|
|
|
|
|
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_PRODUCT_INDEX);
|
|
|
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_BRAND);//依赖pi重建过后的向量
|
|
|
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_BIGDATESIMILARSKNINDEX);//依赖pi重建过后的向量
|
|
|
logger.info("indexRebuildJob execute end----[end={}][cost={}]", System.currentTimeMillis(), (System.currentTimeMillis() - begin));
|
|
|
}
|
|
|
|
...
|
...
|
|