: So from StatsComponent the count for 'electronics' cat is 3, while
: FacetComponent report 14 'electronics'. Is this a bug?
: 
: Following is the field definition for 'cat'.
: <field name="cat" type="string" indexed="true" stored="true"
: multiValued="true"/>

FYI...

https://issues.apache.org/jira/browse/SOLR-3642

(The underlying problem is that the stats.facet feature doesn't work for 
multivalued fields, and the check that was suppose to return an error in 
this case was only checking the fieldtype not the field)


-Hoss

Reply via email to