Tagging and excluding Filters

Hi there

Can someone tell me what the Elasticsearch equivalent is for tagging and excluding filters on facets in Solr (https://wiki.apache.org/solr/SimpleFacetParameters#Tagging_and_excluding_Filters)?

And especially how to do this in the Nest client?

Maybe worth mentioning that I'm doing separate requests for each aggregation, and another one for the actual search. This way I'm able to exclude (through code) for example the filter on the 'price' field, when doing the aggregation on the 'price' field.

Best
Geert

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