Building aggregations from JSON with the Java client

I'm working on a project where using the AggregationBuilders is not an option because we need to be able to define new aggregations without code changes. I've done a lot of searching, and it looks like Elastic dropped the ability to pass a RAW JSON string representation of the aggregations around version 5.0.0. Is that correct? I really don't want to have so start posting aggregations to individual nodes.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.