[jira] [Updated] (LUCENE-4100) Maxscore - Efficient Scoring

2017-11-30 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4100: - Attachment: LUCENE-4100.patch Updated patch that applies Robert's feedback and simplifies things

[jira] [Updated] (LUCENE-4100) Maxscore - Efficient Scoring

2017-10-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4100: Fix Version/s: (was: 6.0) (was: 4.9) master (8.0) > M

[jira] [Updated] (LUCENE-4100) Maxscore - Efficient Scoring

2017-10-24 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4100: - Attachment: LUCENE-4100.patch Here is an updated patch: * Scorer.maxScore() is now abstract * S

[jira] [Updated] (LUCENE-4100) Maxscore - Efficient Scoring

2017-10-12 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4100: - Attachment: LUCENE-4100.patch Here is a patch: - more docs and tests - replaces needsScores wit

[jira] [Updated] (LUCENE-4100) Maxscore - Efficient Scoring

2017-10-10 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4100: - Attachment: LUCENE-4100.patch I have been exploring how we could make this optimization a bit les

[jira] [Updated] (LUCENE-4100) Maxscore - Efficient Scoring

2014-03-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-4100: - Fix Version/s: (was: 4.7) 4.8 > Maxscore - Efficient Scoring > --

[jira] [Updated] (LUCENE-4100) Maxscore - Efficient Scoring

2014-03-13 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-4100: - Labels: api-change gsoc2014 patch performance (was: api-change patch performance) > Ma

[jira] [Updated] (LUCENE-4100) Maxscore - Efficient Scoring

2013-05-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4100: -- Fix Version/s: (was: 4.3) 4.4 > Maxscore - Efficient Scoring >

[jira] [Updated] (LUCENE-4100) Maxscore - Efficient Scoring

2012-06-03 Thread Stefan Pohl (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Pohl updated LUCENE-4100: Description: At Berlin Buzzwords 2012, I will be presenting 'maxscore', an efficient algorithm fi

[jira] [Updated] (LUCENE-4100) Maxscore - Efficient Scoring

2012-06-02 Thread Stefan Pohl (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Pohl updated LUCENE-4100: Attachment: maxscore.patch contrib_maxscore.tgz Attached is a tarball that include