: > facet.mincount is a way to tell solr not to bother giving you those 0 : > counts ... : : An aside: shouldn't that be the default? All of the people using : facets that I have seen always have to set facet.mincount=1 (or : facet.zeros=false)
Hmmm... maybe, but it's a really easy option to turn on, and i think if we don't have facet.mincount default to 0 new users might get confused when some constraints don't show up ... returning them with a 0 count makes it clear Solr knows about them and tried them and found no intersection with the current results. -Hoss