We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这里预期应该会返回一条带name字段的文档。 但是解析后的结果,limit 1因为聚合的原因,被抛弃了。
{ "from": 0, "size": 0, "_source": { "includes": [ "COUNT", "AVG", "name" ], "excludes": [] }, "stored_fields": "name", "aggregations": { "count": { "value_count": { "field": "_index" } }, "avg": { "avg": { "field": "reg_cap" } } } }
The text was updated successfully, but these errors were encountered:
在聚合里面,我们也会经常用到size参数吧。
Sorry, something went wrong.
No branches or pull requests
这里预期应该会返回一条带name字段的文档。
但是解析后的结果,limit 1因为聚合的原因,被抛弃了。
The text was updated successfully, but these errors were encountered: