use some group method in slorcloud should use implicit route

---Original---
From: "Zhu JiaJun (JIRA)"<[email protected]>
Date: 2017/4/14 18:31:58
To: "dev"<[email protected]>;
Subject: [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
 ]

Zhu JiaJun updated SOLR-10492:
------------------------------
    Description: 
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

  was:
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".


> 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
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: 5.5.4
>         Environment: ubuntu
>            Reporter: Zhu JiaJun
>         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
(v6.3.15#6346)

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

Reply via email to