如何配置 IBM MobileFirst Platform 8.0 分析控制台 REST API 最大搜索结果?

How to configure IBM MobileFirst Platform 8.0 analytics console REST API maximum search result?

为什么 Elasticsearch REST API 通过端口 9500* 搜索和查看数据只返回 10 条记录?是否有控制这个的最大数量?

http://localhost:9500/*/_search?q=模块:"login"

*https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/analyt ics/elasticsearch/

由于分析是基于 elasticsearch 的,因此您需要将附加参数 &size=100000 添加到 url 的查询中。

示例: http://localhost:9500/_search?size=100000