[ https://issues.apache.org/jira/browse/SOLR-7759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chris M. Hostetter resolved SOLR-7759. -------------------------------------- Fix Version/s: 8.3 Assignee: Andrzej Bialecki Resolution: Fixed This problem seems to have been fixed in Solr 8.3 as part of the work done in SOLR-13790. (But it's possible I'm wrong – if any of the participating parties can still reproduce the problem they were seeing that led them to this issue, in a version of solr >= 8.3, then please feel free to re-open) > 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 > Assignee: Andrzej Bialecki > Priority: Major > Fix For: 8.3 > > 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 (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org