: I'm able to execute stats queries against multi-valued fields, but when : given a facet, the statscomponent only considers documents that have a facet : value as the last value in the field. : : As an example, imagine you are running stats on "fooCount", and you want to : facet on "bar", which is multi-valued. Two documents...
It's a known bug ... StatsComponent's "Faceted Stats" make some really gross assumptions about the Field... https://issues.apache.org/jira/browse/SOLR-1782 -Hoss