系统用户索引服务
| Type | Name and description |
|---|---|
EsCoreService |
esCoreService |
EsIndexService |
esIndexService |
| Type | Name and description |
|---|---|
void |
deleteUser(Long userId)删除用户 |
Map |
getIndexedUser(Long id)获得已索引的用户对象 |
void |
init()初始化所有用户 |
void |
test() |
void |
update(Date lastUpdated = null)更新用户 |
void |
updateObject(Object obj) |
void |
updateUser(Long userId)更新指定用户 |
void |
updateUsers(List<Long> userIds)更新指定用户 |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
删除用户
获得已索引的用户对象
初始化所有用户
更新用户
lastUpdated - 本次需要索引的用户最近更新时间。空则根据上次更新的索引历史自动计算。更新指定用户
更新指定用户