Updated:

less than 1 minute read

설명

  • terms에 size를 지정하지 않으면 10개만 출력
  • size에 0을 지정하는 것은 지원하지 않음
  • [size] must be greater than 0. Found [0] in [node]
    ...
      "terms": {
        "field": "cluster.keyword",
        "size": 30
      },
    ...