Hi All,

We just discovered that the response from Solr (4.7.1) when faceting on one of 
our multi-valued fields has changed considerably.

In the past (4.6.1 and prior versions as well) we used to have something like 
this: (there are 7 possible values for this attribute)

<lst name="facet_counts">
<lst name="facet_queries"/>
<lst name="facet_fields">
<lst name="ad_job_type_id">
<int name="1">11454652</int>
<int name="4">11387070</int>
<int name="5">2095603</int>
<int name="3">809992</int>
<int name="2">567244</int>
<int name="6">139389</int>
<int name="7">4120</int>
</lst>
</lst>
<lst name="facet_dates"/>
</lst>

And now with 4.7.1 we are getting this:
<lst name="facet_counts">
<lst name="facet_queries"/>
<lst name="facet_fields">
<lst name="ad_job_type_id">
<int name="1">10954552</int>
<int name="4">10884418</int>
<int name="5">2000530</int>
<int name="3">784491</int>
<int name="2">535935</int>
<int name="4,1">134826</int>
<int name="5,1">11770</int>
... there are too many values to list them all ...

I checked the Change log for 4.7.1 and only saw an optimization made for 
https://issues.apache.org/jira/browse/SOLR-5512

Is there any new configuration directive that we should be aware of?

Thanks





Reply via email to