[jira] Commented: (LUCENE-912) DisjunctionMaxScorer.skipTo has bug that keeps it from skipping

2007-06-08 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502854 ] Doron Cohen commented on LUCENE-912: I think you're right, and actually wondered about the same thing while veri

[jira] Commented: (LUCENE-912) DisjunctionMaxScorer.skipTo has bug that keeps it from skipping

2007-06-08 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502704 ] Paul Elschot commented on LUCENE-912: - > > I'm not sure, but the patch allows to increment all generators right a

[jira] Commented: (LUCENE-912) DisjunctionMaxScorer.skipTo has bug that keeps it from skipping

2007-06-06 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502121 ] Doron Cohen commented on LUCENE-912: Actually I changed my mind (and saw your reply just before clicking "Ad

[jira] Commented: (LUCENE-912) DisjunctionMaxScorer.skipTo has bug that keeps it from skipping

2007-06-06 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502120 ] Michael Busch commented on LUCENE-912: -- Yes I agree. Keeping the score in BooleanScorer until next() or skipTo()

[jira] Commented: (LUCENE-912) DisjunctionMaxScorer.skipTo has bug that keeps it from skipping

2007-06-06 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502111 ] Doron Cohen commented on LUCENE-912: This would recompute, but correctly. If this fix is just for sanity, ie mai

[jira] Commented: (LUCENE-912) DisjunctionMaxScorer.skipTo has bug that keeps it from skipping

2007-06-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502054 ] Yonik Seeley commented on LUCENE-912: - Yes, two calls to score() should yield the same score. What scorer was bro

[jira] Commented: (LUCENE-912) DisjunctionMaxScorer.skipTo has bug that keeps it from skipping

2007-06-06 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502048 ] Doron Cohen commented on LUCENE-912: > dismax score calculation isn't incremental... it's all done during the cal

[jira] Commented: (LUCENE-912) DisjunctionMaxScorer.skipTo has bug that keeps it from skipping

2007-06-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502011 ] Yonik Seeley commented on LUCENE-912: - > I'm not sure, but the patch allows to increment all generators right aft

[jira] Commented: (LUCENE-912) DisjunctionMaxScorer.skipTo has bug that keeps it from skipping

2007-06-06 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501827 ] Paul Elschot commented on LUCENE-912: - I'm not sure, but the patch allows to increment all generators right after