您的位置:首页 > 其它

elastixsearch 插入数据报错处理一

2016-09-08 11:21 127 查看
在批量导入的时候报错
#curl -XPOST '0.0.0.0:9200/test/fulltext/_bulk?pretty' --data-binary @news_content.txt
curl: (56) failure when receiving data from the peer

文本格式是正确的。
后经查询得知文本超大了,修改配置文件如下参数即可

http.max_content_length
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  elastixsearch peer