...
|
...
|
@@ -45,8 +45,8 @@ public class IndexRebuildJob { |
|
|
*/
|
|
|
@Scheduled(cron = "0 50/10 * * * ?")
|
|
|
public void buildUpdateIndexJob() {
|
|
|
this.buildAppendedIndex(Index.social_user.getIndexName());
|
|
|
this.buildUpdatedIndex(Index.social_user.getIndexName());
|
|
|
// this.buildAppendedIndex(Index.social_user.getIndexName());
|
|
|
// this.buildUpdatedIndex(Index.social_user.getIndexName());
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
|