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 2016/06/16 13:59:05 UTC

[jira] [Commented] (LUCENE-7065) Fix explain for global ordinal query time join

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

ASF subversion and git services commented on LUCENE-7065:
---------------------------------------------------------

Commit a92f330a42ee898cc5ceaa5b0676f5fb7d2b5d9e in lucene-solr's branch refs/heads/branch_5x from [~martijn]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=a92f330 ]

LUCENE-7065: Fix the explain for the global ordinals join query. Before the
  explain would also indicate that non matching documents would match.
  On top of that with score mode average, the explain would fail with a NPE.


> Fix explain for global ordinal query time join
> ----------------------------------------------
>
>                 Key: LUCENE-7065
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7065
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Martijn van Groningen
>             Fix For: 6.0, 5.5.2, 5.6
>
>         Attachments: LUCENE_7065.patch, LUCENE_7065.patch
>
>
> The explain methods for the global ordinal join is broken, because even in the case that a document doesn't match with the query it tries to create an explain that tells it does. 
> In the case when score mode 'avg' is used this causes a NPE and in the other cases the return explanation indicates that a document matches while it doesn't.



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