RefreshResponse response = transportClient.admin().indices()
.refresh(new RefreshRequest(importantData.get_index()))
.actionGet();
es索引不会及时刷新的问题
最新推荐文章于 2025-07-08 15:26:20 发布
RefreshResponse response = transportClient.admin().indices()
.refresh(new RefreshRequest(importantData.get_index()))
.actionGet();