elaticsearch의 aggreation는 깊이 제한(개수 제한) 없이 sub-aggregation을 구성할 수 있다.
https://www.elastic.co/guide/en/elasticsearch/reference/1.x/search-aggregations.html
Bucketing aggregations can have sub-aggregations (bucketing or metric). The sub-aggregations will be computed for the buckets which their parent aggregation generates. There is no hard limit on the level/depth of nested aggregations (one can nest an aggregation under a "parent" aggregation, which is itself a sub-aggregation of another higher-level aggregation).
'Elasticsearch' 카테고리의 다른 글
[elasticsearch] Source 필터링 이해하기 (0) | 2015.07.10 |
---|---|
[elasticsearch] aggreation(집계) 사용시 script의 doc, value 사용 (0) | 2015.07.09 |
[elasticsearch] copy_to 용법 (0) | 2015.07.04 |
[elasticsearch] 색인(index) 변경을 별명(alias)로 이용하는 방법 (0) | 2015.07.01 |
[elasticsearch] attachement 타입 (0) | 2015.06.30 |