es 官方文档 java api 中的 判断 索引是否存在的方法存在错误的返回值
Elasticsearch | 作者 muscle_coder | 发布于2021年02月09日 | 阅读数:3791
问题描述:在使用es 的java api 判断索引是否存在 :
boolean exists = client.indices().exists(request, RequestOptions.DEFAULT);
的返回值 永远为 true
使用的官方文档版本:7.6
boolean exists = client.indices().exists(request, RequestOptions.DEFAULT);
的返回值 永远为 true
使用的官方文档版本:7.6
2 个回复
Charele - Cisco4321
赞同来自:
贴出你的代码
yongde - 90后IT男
赞同来自: