You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2015/04/21 15:39:59 UTC

[jira] [Resolved] (LUCENE-6446) Simplify Explanation API

     [ https://issues.apache.org/jira/browse/LUCENE-6446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrien Grand resolved LUCENE-6446.
----------------------------------
    Resolution: Fixed

Thanks Ryan!

> Simplify Explanation API
> ------------------------
>
>                 Key: LUCENE-6446
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6446
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>             Fix For: Trunk, 5.2
>
>         Attachments: LUCENE-6446.patch
>
>
> We should make this API easier to consume, for instance:
>  - enforce important components to be non-null (eg. description)
>  - decouple entirely the score computation from whether there is a match or not (Explanation assumes there is a match if the score is > 0, you need to use ComplexExplanation to override this behaviour)
>  - return an empty array instead of null when there are no "details"



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