You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/08/05 15:31:05 UTC

[jira] [Commented] (SOLR-7818) Distributed stats only calculates with the terms that are present in the last shard of the distributed request

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

ASF subversion and git services commented on SOLR-7818:
-------------------------------------------------------

Commit 1694210 from [~varunthacker] in branch 'dev/trunk'
[ https://svn.apache.org/r1694210 ]

SOLR-7818: Distributed stats is only calculated with the terms that are present in the last shard of a distributed request

> Distributed stats only calculates with the terms that are present in the last shard of the distributed request
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-7818
>                 URL: https://issues.apache.org/jira/browse/SOLR-7818
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.0, 5.1, 5.2, 5.2.1
>            Reporter: Varun Thacker
>            Assignee: Varun Thacker
>             Fix For: 5.3
>
>         Attachments: SOLR-7818.patch, SOLR-7818.patch
>
>
> In ExactStatsCache#mergeToGlobalStats we go through the n responses and merge the termStats and colStats. But we keep putting the terms into the map which means only the last shard response terms will get used.
> This can lead to some terms not ending up calculating the distributed idf scores as the last shard might not have contained the term while the other shards actually had those terms.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org