随笔分类 -  elasticsearch

摘要:错误信息 Caused by: ElasticsearchException[Elasticsearch exception [type=illegal_argument_exception, reason=Result window is too large, from + size must b 阅读全文
posted @ 2022-10-15 19:07 purple910 阅读(1017) 评论(0) 推荐(0)
摘要:最近需要对项目中es集群进行压力测试,所以选择esrally。但是由于它默认提供的测试数据均是英文,不贴合实际情况,所以需要自定义测试数据与测试用例来进行测试。 创建自定义的测试集 esrally create-track --track=cme --target-hosts=192.168.9.2 阅读全文
posted @ 2022-10-15 18:29 purple910 阅读(370) 评论(0) 推荐(0)
摘要:###在进行全文检索中需要将MySQL、oracle等数据库中数据进行采集,批量插入到ES中。但是在进行插入timestamp类型的数据时,插入失败,错误信息如下: java.lang.IllegalArgumentException: cannot write xcontent for unkno 阅读全文
posted @ 2022-07-06 20:12 purple910 阅读(399) 评论(0) 推荐(0)