0
我試圖使用它來下載完整的彈性搜索索引:數組索引界異常的同時下載彈性搜索索引
curl -o output_filename -m 600 -GET 'http://ip/index/_search?q=*&size=7000000'.
但它給錯誤:
{"error":"ArrayIndexOutOfBoundsException[-131072]","status":500}
我怎麼能下載完整索引數據?