【问题标题】:how to get and show all content of BD using cURL?如何使用 cURL 获取和显示 BD 的所有内容?
【发布时间】:2014-10-05 08:12:53
【问题描述】:

我对 curl 的使用问题很陌生。

问题是当我使用这样的命令时: 1 curl --request GET http://localhost:9200/workgroups/group/_search?pretty=true

我从总数中只得到 10 个随机项目。 (在my example - 22 项)

问题是如何改变这个数字? 提前感谢您的帮助。

【问题讨论】:

    标签: curl


    【解决方案1】:

    curl --request GET "http://localhost:9200/workgroups/_search?pretty=true&size=BIGNUMBER"

    BIGNUMBER 由您自己设置。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-06-21
      相关资源
      最近更新 更多