You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Christoph Kaser (JIRA)" <ji...@apache.org> on 2012/05/29 10:39:24 UTC

[jira] [Created] (LUCENE-4082) Implement explain in ToParentBlockJoinQuery$BlockJoinWeight

Christoph Kaser created LUCENE-4082:
---------------------------------------

             Summary: Implement explain in ToParentBlockJoinQuery$BlockJoinWeight
                 Key: LUCENE-4082
                 URL: https://issues.apache.org/jira/browse/LUCENE-4082
             Project: Lucene - Java
          Issue Type: Improvement
          Components: modules/join
    Affects Versions: 3.6, 3.5, 3.4
            Reporter: Christoph Kaser


At the moment, ToParentBlockJoinQuery$BlockJoinWeight.explain throws an UnsupportedOperationException. It would be useful if it could instead return the score of parent document, even if the explanation on how that score was calculated is missing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (LUCENE-4082) Implement explain in ToParentBlockJoinQuery$BlockJoinWeight

Posted by "Martijn van Groningen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn van Groningen updated LUCENE-4082:
------------------------------------------

    Fix Version/s: 5.0
                   4.0
         Assignee: Martijn van Groningen
    
> Implement explain in ToParentBlockJoinQuery$BlockJoinWeight
> -----------------------------------------------------------
>
>                 Key: LUCENE-4082
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4082
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/join
>    Affects Versions: 3.4, 3.5, 3.6
>            Reporter: Christoph Kaser
>            Assignee: Martijn van Groningen
>            Priority: Minor
>             Fix For: 4.0, 5.0
>
>         Attachments: LUCENE-4082.patch, LUCENE-4082.patch
>
>
> At the moment, ToParentBlockJoinQuery$BlockJoinWeight.explain throws an UnsupportedOperationException. It would be useful if it could instead return the score of parent document, even if the explanation on how that score was calculated is missing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (LUCENE-4082) Implement explain in ToParentBlockJoinQuery$BlockJoinWeight

Posted by "Martijn van Groningen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn van Groningen resolved LUCENE-4082.
-------------------------------------------

    Resolution: Fixed

Committed to branch4x and trunk.
                
> Implement explain in ToParentBlockJoinQuery$BlockJoinWeight
> -----------------------------------------------------------
>
>                 Key: LUCENE-4082
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4082
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/join
>    Affects Versions: 3.4, 3.5, 3.6
>            Reporter: Christoph Kaser
>            Assignee: Martijn van Groningen
>            Priority: Minor
>             Fix For: 4.0, 5.0
>
>         Attachments: LUCENE-4082.patch, LUCENE-4082.patch
>
>
> At the moment, ToParentBlockJoinQuery$BlockJoinWeight.explain throws an UnsupportedOperationException. It would be useful if it could instead return the score of parent document, even if the explanation on how that score was calculated is missing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (LUCENE-4082) Implement explain in ToParentBlockJoinQuery$BlockJoinWeight

Posted by "Martijn van Groningen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn van Groningen updated LUCENE-4082:
------------------------------------------

    Attachment: LUCENE-4082.patch

Added initial approach explaining parent hits. The explanation gives the range of child docs responsible for the parent score.
                
> Implement explain in ToParentBlockJoinQuery$BlockJoinWeight
> -----------------------------------------------------------
>
>                 Key: LUCENE-4082
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4082
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/join
>    Affects Versions: 3.4, 3.5, 3.6
>            Reporter: Christoph Kaser
>            Priority: Minor
>         Attachments: LUCENE-4082.patch
>
>
> At the moment, ToParentBlockJoinQuery$BlockJoinWeight.explain throws an UnsupportedOperationException. It would be useful if it could instead return the score of parent document, even if the explanation on how that score was calculated is missing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (LUCENE-4082) Implement explain in ToParentBlockJoinQuery$BlockJoinWeight

Posted by "Christoph Kaser (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christoph Kaser updated LUCENE-4082:
------------------------------------

    Priority: Minor  (was: Major)
    
> Implement explain in ToParentBlockJoinQuery$BlockJoinWeight
> -----------------------------------------------------------
>
>                 Key: LUCENE-4082
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4082
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/join
>    Affects Versions: 3.4, 3.5, 3.6
>            Reporter: Christoph Kaser
>            Priority: Minor
>
> At the moment, ToParentBlockJoinQuery$BlockJoinWeight.explain throws an UnsupportedOperationException. It would be useful if it could instead return the score of parent document, even if the explanation on how that score was calculated is missing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (LUCENE-4082) Implement explain in ToParentBlockJoinQuery$BlockJoinWeight

Posted by "Christoph Kaser (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13285654#comment-13285654 ] 

Christoph Kaser commented on LUCENE-4082:
-----------------------------------------

Thank you, works perfectly!
                
> Implement explain in ToParentBlockJoinQuery$BlockJoinWeight
> -----------------------------------------------------------
>
>                 Key: LUCENE-4082
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4082
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/join
>    Affects Versions: 3.4, 3.5, 3.6
>            Reporter: Christoph Kaser
>            Priority: Minor
>         Attachments: LUCENE-4082.patch
>
>
> At the moment, ToParentBlockJoinQuery$BlockJoinWeight.explain throws an UnsupportedOperationException. It would be useful if it could instead return the score of parent document, even if the explanation on how that score was calculated is missing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (LUCENE-4082) Implement explain in ToParentBlockJoinQuery$BlockJoinWeight

Posted by "Martijn van Groningen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn van Groningen updated LUCENE-4082:
------------------------------------------

    Attachment: LUCENE-4082.patch

Included explain into random test.
                
> Implement explain in ToParentBlockJoinQuery$BlockJoinWeight
> -----------------------------------------------------------
>
>                 Key: LUCENE-4082
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4082
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/join
>    Affects Versions: 3.4, 3.5, 3.6
>            Reporter: Christoph Kaser
>            Assignee: Martijn van Groningen
>            Priority: Minor
>             Fix For: 4.0, 5.0
>
>         Attachments: LUCENE-4082.patch, LUCENE-4082.patch
>
>
> At the moment, ToParentBlockJoinQuery$BlockJoinWeight.explain throws an UnsupportedOperationException. It would be useful if it could instead return the score of parent document, even if the explanation on how that score was calculated is missing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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