Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new multi_term aggregation (#2687)
Adds a new multi_term aggregation. The current implementation focuses on adding new type aggregates. Performance (latency) is suboptimal in this iteration, mainly because of brute force encoding/decoding a list of values into bucket keys. A performance improvement change will be made as a follow on. Signed-off-by: Peng Huo <penghuo@gmail.com>
- Loading branch information