当前位置: 代码迷 >> 综合 >> elasticsearch6.2.1使用过程中问题
  详细解决方案

elasticsearch6.2.1使用过程中问题

热度:38   发布时间:2023-09-20 02:42:35.0

termQuery可以多个字段精确查询

elasticsearch high disk watermark [90%] exceeded on  shards will be relocated away from this node

循环es中addData时候会报错readTimeOut

DeleteRequest request = new DeleteRequest(indexName);这样不会删除index,同时报type is missing,indexId is missing

DeleteRequest request = new DeleteRequest(indexName,type,idName);type和idName为空串""会删除index同时报以下信息

java.io.IOException: Unable to parse response body for Response{requestLine=DELETE /test?timeout=1m HTTP/1.1, host=http://192.168.1.100:9210, response=HTTP/1.1 200 OK} 和Caused by: java.lang.NullPointerException

DeleteIndexRequest request = new DeleteIndexRequest(indexName);这样删除index不报错

indeName元数据中有table,col,key,func,proc,source使用meta_table,meta_col,meta_key查询时meta*模糊查询