: i am using faceting in a project and would like to do date faceting with : facet.date. That works fine, but as well returns dates which have no : resulting pages underneath, i.e. the facet count equals 0. Is it possible to : constrain this just to dates for which results exist similar to : facet.mincount for usual facets? I tried the latter but did not succeed.
Hmmm... date faceting could respect facet.mincount ... we'd have to think thorugh a lot of use cases though, right now you always know where you stand because you get all the data, but if we hide things below facet.mincount there might be some weirdness in dealing with the "hard end" stuff since you might not be able to tell which range was the "last range" by all means open a Jira issue on this ... and feel free to submit a patch too if you want :) -Hoss