[jira] [Updated] (LUCENE-152) [PATCH] KStem for Lucene

2011-05-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-152: -- Fix Version/s: 4.0 3.3 Setting fix version... seems like there's alo

[jira] [Updated] (LUCENE-152) [PATCH] KStem for Lucene

2011-06-01 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-152: Attachment: lucid_kstem.tgz OK folks, here's Lucid's optimized version of kstemmer. Changes by Luc

[jira] [Updated] (LUCENE-152) [PATCH] KStem for Lucene

2011-06-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-152: --- Attachment: kstemTestData.zip LUCENE-152.patch patch file, testdata zip goes in src/t

[jira] [Updated] (LUCENE-152) [PATCH] KStem for Lucene

2011-06-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-152: Attachment: LUCENE-152_optimization.patch very minor optimization to avoid a char[] allocation per

[jira] [Updated] (LUCENE-152) [PATCH] KStem for Lucene

2011-06-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-152: --- Attachment: LUCENE-152_alt.patch why create strings either? > [PATCH] KStem for Lucene > ---

[jira] [Updated] (LUCENE-152) [PATCH] KStem for Lucene

2011-06-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-152: Attachment: LUCENE-152_optimization.patch bq. why create strings either? Good point. I assume you