You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ilya Kasnacheev (JIRA)" <ji...@apache.org> on 2016/05/19 13:53:12 UTC

[jira] [Commented] (LUCENE-7206) nest child query explain into ToParentBlockJoinQuery.BlockJoinScorer.explain(int)

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

Ilya Kasnacheev commented on LUCENE-7206:
-----------------------------------------

NB: It should perhaps be

childWeight.explain(context, childDoc - context.docBase);

in the original patch in order for this to work over multiple segments.

> nest child query explain into ToParentBlockJoinQuery.BlockJoinScorer.explain(int)
> ---------------------------------------------------------------------------------
>
>                 Key: LUCENE-7206
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7206
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/query/scoring
>    Affects Versions: 6.0
>            Reporter: Mikhail Khludnev
>              Labels: newbie, newdev
>         Attachments: LUCENE-7206-test.patch, LUCENE-7206.diff
>
>
> Now to parent query match is explained with {{Score based on child doc range from .. to .. }} that's quite useless. 
> It's proposed to nest child query match explanation from the first matching child document into parent explain. 
> WDYT?



--
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