Showing
1 changed file
with
2 additions
and
3 deletions
@@ -78,9 +78,8 @@ public class IndexRebuildJob implements ApplicationEventPublisherAware { | @@ -78,9 +78,8 @@ public class IndexRebuildJob implements ApplicationEventPublisherAware { | ||
78 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECALL_CONFIG_COMMON); | 78 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECALL_CONFIG_COMMON); |
79 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECALL_CONFIG_PRODUCT); | 79 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECALL_CONFIG_PRODUCT); |
80 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECALL_CONFIG_SORT_BRAND); | 80 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECALL_CONFIG_SORT_BRAND); |
81 | - this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECOMMEND_BRAND); | ||
82 | - this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECOMMEND_CONFIG); | ||
83 | - this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECOMMEND_SORT_PRICE); | 81 | + this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECALL_CONFIG_BRAND); |
82 | + this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_RECALL_CONFIG_SORT_PRICE); | ||
84 | 83 | ||
85 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_SKN_FLOW); | 84 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_SKN_FLOW); |
86 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CUSTOMIZE_TAG); | 85 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CUSTOMIZE_TAG); |
-
Please register or login to post a comment