Hello!
I`ve updated my ES cluster to the version 7.12 to use brand new multi-terms aggregations I want to do something like this in my Java Rest Client
AggregationBuilders.multiTerms(field)
But as i see, there is no builder for muilti terms. I`ve found it in sources on GitHub As i understood, this class is externalized into some x-pack plugin and i cant get access to it. Should i add this plugin to my classpath? And where i can find it?
Thank you