You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2018/02/21 09:44:00 UTC

[jira] [Commented] (SOLR-7759) DebugComponent's explain should be implemented as a distributed query

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

Markus Jelsma commented on SOLR-7759:
-------------------------------------

Alessandro, did you upload a patch three weeks ago? Against what version is that?

> DebugComponent's explain should be implemented as a distributed query
> ---------------------------------------------------------------------
>
>                 Key: SOLR-7759
>                 URL: https://issues.apache.org/jira/browse/SOLR-7759
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Varun Thacker
>            Priority: Major
>         Attachments: SOLR_7759.patch
>
>
> Currently when we use debugQuery to see the explanation of the matched documents, the query fired to get the statistics for the matched documents is not a distributed query.
> This is a problem when using distributed idf. The actual documents are being scored using the global stats and not per shard stats , but the explain will show us the score by taking into account the stats from the shard where the document belongs to.
> We should try to implement the explain query as a distributed request so that the scores match the actual document scores.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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