[Elastic][Elasticsearch] aggregations response에 terms 결과가 10개까지만 나오는 현상
Updated:
설명
- terms에 size를 지정하지 않으면 10개만 출력
- size에 0을 지정하는 것은 지원하지 않음
- [size] must be greater than 0. Found [0] in [node]
... "terms": { "field": "cluster.keyword", "size": 30 }, ...