摘要: org.springframework.data.mongodb.UncategorizedMongoDbException: Query failed with error code 17144 and error message 'Executor error: Overflow sort st 阅读全文
posted @ 2020-08-18 17:21 表演给自己看的认真 阅读(2431) 评论(0) 推荐(0) 编辑
摘要: elasticsearch 7.6.2使用x-pack添加登录认证 第一步:切换到elasticsearch的bin目录下,使用下列命令生成证书./elasticsearch-certutil cert -out config/elastic-certificates.p12 -pass "" 第二 阅读全文
posted @ 2020-08-18 15:34 表演给自己看的认真 阅读(1920) 评论(0) 推荐(0) 编辑
摘要: public void ESClientInit() { public static RestHighLevelClient client = null; //不需要用户名和密码的认证 //client = new RestHighLevelClient(RestClient.builder(new 阅读全文
posted @ 2020-08-18 14:57 表演给自己看的认真 阅读(3832) 评论(0) 推荐(0) 编辑