Authored by hugufei

修改索引名称

... ... @@ -78,9 +78,8 @@ public class IndexRebuildJob implements ApplicationEventPublisherAware {
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECALL_CONFIG_COMMON);
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECALL_CONFIG_PRODUCT);
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECALL_CONFIG_SORT_BRAND);
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECOMMEND_BRAND);
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECOMMEND_CONFIG);
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECOMMEND_SORT_PRICE);
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECALL_CONFIG_BRAND);
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECALL_CONFIG_SORT_PRICE);
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_SKN_FLOW);
this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CUSTOMIZE_TAG);
... ...