created_at, modified_at from table1 order by created_atCHARACTER SET utf8select * from table1 limit 0, 1000 into outfile result1.csv
select * from table1 limit1000, 1000 into outfile result2
异常描述指出,总字段的限制已超过索引(1000)。我所了解到的是,Elasticsearch中的默认值(条目)是1000,但在我的例子中,它远远低于1000。line [HTTP/1.1 400 Bad Request] {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Limitof total fiel
88399188.ga_sessions_], TIMESTAMP('20150623'), TIMESTAMP('20150623'))LIMIT1000Error: Cannot query the cross product of repeated fields customDimensions.index andhits.customDimensions.value
FROM TABLE_DA
fields=feed{full_picture,place,from,comments{message},message,likes.limit(0).summary(true)}
为我的应用程序获取声明的数据我还尝试并限制了附加到上面的&limit=number (number like 1000)的数量。然而,它只返回25。如何获得所有的帖子?