[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-11-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16236007#comment-16236007 ] Michael McCandless commented on LUCENE-8019: bq. So – are you suggesting it would score every

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-11-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16235687#comment-16235687 ] Robert Muir commented on LUCENE-8019: - +1 for the DebugBooleanQuery idea. When I looked at the

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-11-02 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16235685#comment-16235685 ] Mike Sokolov commented on LUCENE-8019: -- bq. slow and stupid inefficient on how it does matching So

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-11-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16235514#comment-16235514 ] Michael McCandless commented on LUCENE-8019: Maybe we should add a {{DebugBooleanQuery}},

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-10-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227274#comment-16227274 ] Robert Muir commented on LUCENE-8019: - Yes, maybe post the code: i don't think we should give up on

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-10-31 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227243#comment-16227243 ] Mike Sokolov commented on LUCENE-8019: -- Sorry I missed your comment there, Robert. Maybe this would

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-10-31 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227237#comment-16227237 ] Mike Sokolov commented on LUCENE-8019: -- I pursued that line of attack a bit further, got something

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-10-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227118#comment-16227118 ] Robert Muir commented on LUCENE-8019: - OK, I think thats expected: for such a use case its good to

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-10-31 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227006#comment-16227006 ] Mike Sokolov commented on LUCENE-8019: -- I have a WIP impl of this that walks the Scorer tree,

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-10-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16221439#comment-16221439 ] Robert Muir commented on LUCENE-8019: - By the way there exists a very simple example of such stuff in

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-10-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16221405#comment-16221405 ] Robert Muir commented on LUCENE-8019: - Yes perhaps we could instead add sugar to IndexSearcher to

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-10-26 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16221250#comment-16221250 ] Mike Sokolov commented on LUCENE-8019: -- Ah, OK fair enough. Perhaps it's better to to implement this

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-10-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16221134#comment-16221134 ] Robert Muir commented on LUCENE-8019: - Weight already has such a method: Scorer.getChildren > Add a

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-10-26 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16221059#comment-16221059 ] Mike Sokolov commented on LUCENE-8019: -- The challenge with doing this by modifying booleanweight is

[jira] [Commented] (LUCENE-8019) Add a root failure cause to Explanation

2017-10-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16220918#comment-16220918 ] Robert Muir commented on LUCENE-8019: - I don't like the idea of boolean query's logic being shoved