Showing
1 changed file
with
1 additions
and
1 deletions
@@ -351,7 +351,7 @@ public class YohoIndexServiceImpl implements IYohoIndexService, ApplicationEvent | @@ -351,7 +351,7 @@ public class YohoIndexServiceImpl implements IYohoIndexService, ApplicationEvent | ||
351 | } | 351 | } |
352 | INDEX_REBUILD_LOG.info("rebuild [{}],step=[5.loadAllData success]", yohoIndexName); | 352 | INDEX_REBUILD_LOG.info("rebuild [{}],step=[5.loadAllData success]", yohoIndexName); |
353 | 353 | ||
354 | - // 7、刷新缓存 | 354 | + // 7、执行refresh【内存数据->可搜索的lunce段】 |
355 | INDEX_REBUILD_LOG.info("rebuild [{}],step=[6.refreshIndex begin],tempIndexRealName=[{}]", yohoIndexName, tempIndexRealName); | 355 | INDEX_REBUILD_LOG.info("rebuild [{}],step=[6.refreshIndex begin],tempIndexRealName=[{}]", yohoIndexName, tempIndexRealName); |
356 | client.refreshIndex(tempIndexRealName); | 356 | client.refreshIndex(tempIndexRealName); |
357 | INDEX_REBUILD_LOG.info("rebuild [{}],step=[6.refreshIndex success]", yohoIndexName); | 357 | INDEX_REBUILD_LOG.info("rebuild [{}],step=[6.refreshIndex success]", yohoIndexName); |
-
Please register or login to post a comment