[ 
https://issues.apache.org/jira/browse/SOLR-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yonik Seeley resolved SOLR-3819.
--------------------------------

    Resolution: Fixed

committed.  Thanks Petter!
                
> Facet count not working when tagging & excluding filters for range facets 
> with group.facet true
> -----------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3819
>                 URL: https://issues.apache.org/jira/browse/SOLR-3819
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 4.0
>         Environment:  12.0.0 Darwin Kernel Version 12.0.
>            Reporter: Ricardo Merizalde
>            Assignee: Yonik Seeley
>             Fix For: 4.3, 5.0, 4.2.1
>
>         Attachments: SOLR-3819.patch
>
>
> I'm creating a range facet and I want to support multiple selection for it. 
> However, when I set group.facet on the tags/exclusions for filters stop 
> working. In other words, I only get the facet values for the filtered 
> documents. The following link works:
> http://localhost:8983/solr/catalogPreview/select?q=*:*&facet=true&wt=xml&rows=0&facet.range={!ex%3DsalePrice}salePrice&f.salePrice.facet.range.gap=75&f.salePrice.facet.range.start=100&f.salePrice.facet.range.end=600&group=true&group.field=productId&f.salePrice.facet.mincount=1&fq={!tag=salePrice}salePrice:[100%20TO%20175]&group.facet=false
> The following doesn't:
> http://localhost:8983/solr/catalogPreview/select?q=*:*&facet=true&wt=xml&rows=0&facet.range={!ex%3DsalePrice}salePrice&f.salePrice.facet.range.gap=75&f.salePrice.facet.range.start=100&f.salePrice.facet.range.end=600&group=true&group.field=productId&f.salePrice.facet.mincount=1&fq={!tag=salePrice}salePrice:[100%20TO%20175]&group.facet=true

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to