[jira] [Commented] (LUCENE-3364) Add score threshold into Scorer.score()

2011-10-13 Thread John Wang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13126779#comment-13126779 ] John Wang commented on LUCENE-3364: --- Any thoughts on this whether this is a reasonable

[jira] [Commented] (LUCENE-3364) Add score threshold into Scorer.score()

2011-10-13 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13126790#comment-13126790 ] Robert Muir commented on LUCENE-3364: - can't you override the range methods like

[jira] [Commented] (LUCENE-3364) Add score threshold into Scorer.score()

2011-10-13 Thread John Wang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13126803#comment-13126803 ] John Wang commented on LUCENE-3364: --- Thanks Robert for the pointer! I don't see how

[jira] [Commented] (LUCENE-3364) Add score threshold into Scorer.score()

2011-10-13 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13126810#comment-13126810 ] Robert Muir commented on LUCENE-3364: - checkout the TermScorer method for an example:

[jira] [Commented] (LUCENE-3364) Add score threshold into Scorer.score()

2011-10-13 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13126812#comment-13126812 ] Robert Muir commented on LUCENE-3364: - and just fyi, this method is only called if

[jira] [Commented] (LUCENE-3364) Add score threshold into Scorer.score()

2011-10-13 Thread John Wang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13126906#comment-13126906 ] John Wang commented on LUCENE-3364: --- Hi Robert: I see what you mean! This works

[jira] [Commented] (LUCENE-3364) Add score threshold into Scorer.score()

2011-10-13 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13126925#comment-13126925 ] Uwe Schindler commented on LUCENE-3364: --- LUCENE-1536 would only help if your filter

[jira] [Commented] (LUCENE-3364) Add score threshold into Scorer.score()

2011-10-13 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13126936#comment-13126936 ] Robert Muir commented on LUCENE-3364: - or as a workaround, i think you pass the

[jira] [Commented] (LUCENE-3364) Add score threshold into Scorer.score()

2011-08-08 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080764#comment-13080764 ] John Wang commented on LUCENE-3364: --- Hi Paul: I think adding score threshold to the

[jira] [Commented] (LUCENE-3364) Add score threshold into Scorer.score()

2011-08-07 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080561#comment-13080561 ] Paul Elschot commented on LUCENE-3364: -- To have more more advantages the minimum

[jira] [Commented] (LUCENE-3364) Add score threshold into Scorer.score()

2011-08-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080437#comment-13080437 ] Yonik Seeley commented on LUCENE-3364: -- Perhaps it would be easiest to just create a

[jira] [Commented] (LUCENE-3364) Add score threshold into Scorer.score()

2011-08-06 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080439#comment-13080439 ] John Wang commented on LUCENE-3364: --- Hi Yonik: In Collector, the decision time to

[jira] [Commented] (LUCENE-3364) Add score threshold into Scorer.score()

2011-08-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080442#comment-13080442 ] Yonik Seeley commented on LUCENE-3364: -- Ah, gotcha - I see what you're saying now.