Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Solr exclusion on stats.field?

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.

like image 665
rkusa Avatar asked Aug 05 '11 14:08

rkusa


1 Answers

Anyone concerned with this question/issue is suggested to go vote up this issue posted to the Apache Solr Jira site. (Free Apache account required.) If you are a Solr developer and wish to work on coding this feature enhancement, we salute you!

like image 103
ted.strauss Avatar answered Sep 18 '22 23:09

ted.strauss