Index index = new Index.Builder(user).index(TABLE_NAME).type(TYPE).id(UUIDUtils.getUUID()).refresh(true).build();
//refresh设置为true
jestClient实时操作数据后实时刷新到各分片
阅读 108
2023-02-04
Index index = new Index.Builder(user).index(TABLE_NAME).type(TYPE).id(UUIDUtils.getUUID()).refresh(true).build();
//refresh设置为true
相关推荐
精彩评论(0)