quickwit-oss/quickwit

aggs field expects an aggs object in the Swagger API screen

Open

#3,131 创建于 2023年4月3日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Rust (553 fork)github user discovery
buggood first issue

仓库指标

Star
 (11,300 star)
PR 合并指标
 (PR 指标待抓取)

描述

The aggs field expect the following

{
 "aggs": {
    "resolution": {
       "terms": {"field": "ResolutionWidth"}
     }
 } 
}

While the swagger document suggests it want

{
   "resolution": {
       "terms": {"field": "ResolutionWidth"}
     }
}

贡献者指南