ElasticSearch - how to exclude filter from aggregations? discribes "our problem" and also provides the low level (json query) solution.
We'd like to formulate this query ( i.e. filtered aggregations ) using C# NEST high level client. Preferably not the fluent, but the initializer API.
As of know we are using NEST 7.17.x Client
We have tried many combinations of Aggregations
Global
Terms
and Filter
s, but didn't achieve the expexcted results...