You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Beeby (JIRA)" <ji...@apache.org> on 2013/02/14 17:16:15 UTC

[jira] [Commented] (SOLR-3819) Facet count not working when tagging & excluding filters for range facets with group.facet true

    [ https://issues.apache.org/jira/browse/SOLR-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13578461#comment-13578461 ] 

Mark Beeby commented on SOLR-3819:
----------------------------------

This is an issue we've encountered in our latest project too, and is still present in the current SOLR 4.1 release. Has anyone tried using this combination of excludes, facet queries and grouping and managed to get them working?

It's rather a show stopper for us, anything we can do to encourage a fix, we'd be happy to pay if necessary?
                
> 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-BETA
>         Environment:  12.0.0 Darwin Kernel Version 12.0.
>            Reporter: Ricardo Merizalde
>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org