【发布时间】:2018-10-14 15:37:13
【问题描述】:
我们正在尝试使用 BulkRequest java RestHighclient 6.2.3 进行索引。弹性搜索托管在 aws 上。
我们在索引时遇到以下问题:
URI [/_bulk?timeout=120s], status line [HTTP/1.1 413 Request Entity Too Large]
{"Message":"Request size exceeded 104857600 bytes"}
如何在 java RestHighClient jar 中解决这个问题?
【问题讨论】:
-
你有没有解决这个问题?
标签: amazon-web-services elasticsearch