# Elasticsearch-RoaringBitmap **Repository Path**: weihonghong/Elasticsearch-RoaringBitmap ## Basic Information - **Project Name**: Elasticsearch-RoaringBitmap - **Description**: Elasticsearch v6.2.4 的bitmap插件 实现大数据精准去重计数,参考https://gitee.com/owencwl, 以及zhanpenghong - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-12-17 - **Last Updated**: 2022-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Elasticsearch-RoaringBitmap #### 介绍 Elasticsearch v6.2.4 的bitmap插件 实现大数据精准去重计数,参考https://gitee.com/owencwl, 以及zhanpenghong #### 软件架构 软件架构说明 #### 安装教程 1. 打包后做es插件安装 #### 使用说明 1. POST请求 /myindex/_search 请求按price去重计数 body: {"aggregations":{"bitmap_price":{"bitmap":{"field":"price"}}}} response 包含: "aggregations":{"bitmap_price":{"value":6}} 意味着经过price去重后总数为6个 #### 参与贡献 #### 特技