标签: elasticsearch
是否可以在返回的aggregations上仅应用hits ?
aggregations
hits
我想像:
{ "query": { ...all my filters... "aggregations": {...} } }
那么,如果您有size: N,aggregation将只适用于那些特定的N返回的文档。
size: N
aggregation
N
我想要aggregation.doc_count === len(hits.hits)并且是相同的文件。
aggregation.doc_count === len(hits.hits)
答案 0 :(得分:0)
查看Sampler Aggregation