优化索引生成,商品索引查询

This commit is contained in:
paulGao
2022-06-13 18:50:09 +08:00
parent 24de62f5f4
commit 056f040317
11 changed files with 151 additions and 64 deletions

View File

@@ -33,7 +33,7 @@ public class ElasticsearchController {
}
@GetMapping("/progress")
public ResultMessage<Map<String, Integer>> getProgress() {
public ResultMessage<Map<String, Long>> getProgress() {
return ResultUtil.data(esGoodsIndexService.getProgress());
}
}