I have the facets below.
As you can see the number of results for that facet are behind it.
But I also want to show an option to the user that says "All (x results)".
That would show the results if this filter was not used.
Do bear in mind that I have more facet filters so simply using the numFound
value wont suffice.
Is there someway in the data-config or schema that I cant configure that?
<lst name="facet_counts">
<lst name="facet_queries"/>
<lst name="facet_fields">
<lst name="services_raw">
<int name="Exclusive rental">2</int>
<int name="Fotoreport">2</int>
<int name="Live music">1</int>
</lst>
</lst>
<lst name="facet_dates"/>
</lst>
</response>
--
View this message in context:
http://lucene.472066.n3.nabble.com/Show-a-facet-filter-All-tp1421248p1421248.html
Sent from the Solr - User mailing list archive at Nabble.com.