RefreshResponse response = transportClient.admin().indices()
.refresh(new RefreshRequest(importantData.get_index()))
.actionGet();
es索引不会及时刷新的问题
最新推荐文章于 2025-06-21 10:49:39 发布
RefreshResponse response = transportClient.admin().indices()
.refresh(new RefreshRequest(importantData.get_index()))
.actionGet();