Solr exclusion on stats.field?

Viewed 1090

One can tag specific filters and exclude those filters when faceting. This is generally needed when doing multi-select faceting.

Is something similar possible for the stats.field?

stats.field={!ex=foo}price // does not work

I have a price slider and I need the max price as if the price filter is not set.

2 Answers
Related