PHP Elastica的复合聚合

时间:2019-02-13 00:16:59

标签: elastica

Elastica是否根据Elasticsearch文档支持复合聚合:

https://www.elastic.co/guide/en/elasticsearch/reference/6.1/search-aggregations-bucket-composite-aggregation.html

我在API中看不到任何方法。如何通过以下方法实现复合聚合:

$termsAgg = new Terms('term_agg');
$termsAgg->setField('term.field');
$query->addAggregation($termsAgg);

(我知道Scroll,但在这种情况下不想诉诸于此)

谢谢!

0 个答案:

没有答案