You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Cassandra Targett (Jira)" <ji...@apache.org> on 2021/08/14 19:44:00 UTC

[jira] [Updated] (SOLR-10492) problem with group faceting, facet.limit in solrcloud

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

Cassandra Targett updated SOLR-10492:
-------------------------------------
    Component/s: faceting

> problem with group faceting, facet.limit in solrcloud
> -----------------------------------------------------
>
>                 Key: SOLR-10492
>                 URL: https://issues.apache.org/jira/browse/SOLR-10492
>             Project: Solr
>          Issue Type: Bug
>          Components: faceting
>    Affects Versions: 5.5.4
>         Environment: ubuntu
>            Reporter: Zhu JiaJun
>            Priority: Major
>         Attachments: picture1.png, picture2.png
>
>
> We have an solrcloud environment with 28 solr shards in "compositeId" mode. We found an issue that facet.limit impact the facet results when group.facet=true
> In our query, when facet.limit=50, the facet result count will return not grouped count even we add group.facet=true. Please see attached "picture1" which is in distrib query, the facet.query field return correct grouped count (8), while the facet results return un-grouped count (233).
> While If I add "distrib=false", which mean searching for the single shard that contains the documents in that same shard, the results are correct, please see attached "picture2".
> In additional, if I increase the facet.limit to 1000 with the same query even in distrib mode (distrib=true), I could also get the correct grouped facet results.
> JiaJun



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org