Showing
1 changed file
with
2 additions
and
1 deletions
@@ -101,6 +101,7 @@ public class IndexRebuildJob implements ApplicationEventPublisherAware { | @@ -101,6 +101,7 @@ public class IndexRebuildJob implements ApplicationEventPublisherAware { | ||
101 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_SEARCH_FIELD_BOOST_CONFIG); | 101 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_SEARCH_FIELD_BOOST_CONFIG); |
102 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_PRODUCT_COVER_ACTIVITY); | 102 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_PRODUCT_COVER_ACTIVITY); |
103 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_SEARCH_RESOURCE_FUZZY); | 103 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_CS_SEARCH_RESOURCE_FUZZY); |
104 | + | ||
104 | //重建pi | 105 | //重建pi |
105 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_PRODUCT_INDEX); | 106 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_PRODUCT_INDEX); |
106 | logger.info("executeYohoIndex end----[end={}][cost={}]", System.currentTimeMillis(), (System.currentTimeMillis() - begin)); | 107 | logger.info("executeYohoIndex end----[end={}][cost={}]", System.currentTimeMillis(), (System.currentTimeMillis() - begin)); |
@@ -121,8 +122,8 @@ public class IndexRebuildJob implements ApplicationEventPublisherAware { | @@ -121,8 +122,8 @@ public class IndexRebuildJob implements ApplicationEventPublisherAware { | ||
121 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_UFO_SORT); | 122 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_UFO_SORT); |
122 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_UFO_COLOR); | 123 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_UFO_COLOR); |
123 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_UFO_SIZE); | 124 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_UFO_SIZE); |
124 | - this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_UFO_PRODUCT_INDEX); | ||
125 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_UFO_STORAGE_PRICE); | 125 | this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_UFO_STORAGE_PRICE); |
126 | + this.rebuildIndexWithlog(ISearchConstants.INDEX_NAME_UFO_PRODUCT_INDEX); | ||
126 | logger.info("executeUfoIndex end----[end={}][cost={}]", System.currentTimeMillis(), (System.currentTimeMillis() - begin)); | 127 | logger.info("executeUfoIndex end----[end={}][cost={}]", System.currentTimeMillis(), (System.currentTimeMillis() - begin)); |
127 | } | 128 | } |
128 | 129 |
-
Please register or login to post a comment