[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-10 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13627594#comment-13627594 ] Adrien Grand commented on LUCENE-4903: -- bq. So we don't need the weak map anymore

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13627743#comment-13627743 ] Robert Muir commented on LUCENE-4903: - I'd just commit the thing :) I'm happy you

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-10 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13628349#comment-13628349 ] Commit Tag Bot commented on LUCENE-4903: [trunk commit] jpountz

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-10 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13628372#comment-13628372 ] Commit Tag Bot commented on LUCENE-4903: [branch_4x commit] jpountz

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13626628#comment-13626628 ] Robert Muir commented on LUCENE-4903: - {quote} The problem is that scorers are hard

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13626638#comment-13626638 ] Adrien Grand commented on LUCENE-4903: -- This is a good idea, I didn't know of this

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13627300#comment-13627300 ] Robert Muir commented on LUCENE-4903: - So we don't need the weak map anymore right?

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13627305#comment-13627305 ] Robert Muir commented on LUCENE-4903: - maybe AssertingWeight's scorer() method should

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13624419#comment-13624419 ] Adrien Grand commented on LUCENE-4903: -- The problem is that scorers are hard to

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13624481#comment-13624481 ] Michael McCandless commented on LUCENE-4903: bq. Since the asserting scorer

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13624017#comment-13624017 ] Michael McCandless commented on LUCENE-4903: Wow, this looks awesome! Nice

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13622395#comment-13622395 ] Michael McCandless commented on LUCENE-4903: +1 It should also confirm that

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13622398#comment-13622398 ] Robert Muir commented on LUCENE-4903: - and score() etc shouldnt be called after these

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13622466#comment-13622466 ] Adrien Grand commented on LUCENE-4903: -- bq. It should also confirm that

[jira] [Commented] (LUCENE-4903) Add AssertingScorer

2013-04-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13622474#comment-13622474 ] Michael McCandless commented on LUCENE-4903: bq. How can I check for that?