0

假设,我有一个格式如下的表格:

sdk_index {device_id, serve_count, event_time}

我想做一个弹性搜索查询,它给我的结果

1. group by device id and take the max(event_time)

2. on the result of 1 check for rows with serve_count > 0 and return the count.

4

1 回答 1

1

不允许对聚合进行分析。此功能请求已关闭:reducers 的功能请求

于 2016-07-12T08:11:45.997 回答