RE: Build failed in Hudson: Lucene-trunk #1084

2010-02-03 Thread Uwe Schindler
This one failed with clover enabled: [junit] Testsuite: org.apache.lucene.search.spell.TestSpellChecker [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 28.91 sec [junit] [junit] Testcase: testConcurrentAccess(org.apache.lucene.search.spell.TestSpellChecker):FAILED

Build failed in Hudson: Lucene-trunk #1084

2010-02-03 Thread Apache Hudson Server
See Changes: [uschindler] LUCENE-2247: Add a CharArrayMap for performance improvements in some stemmers and synonym filters -- [...truncated 29469 lines...] [javadoc] Loading source f

[jira] Updated: (LUCENE-2215) paging collector

2010-02-03 Thread Aaron McCurry (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron McCurry updated LUCENE-2215: -- Attachment: IterablePaging.java Not sure if anyone has looked at this yet, but I just fixed a

[jira] Updated: (LUCENE-2215) paging collector

2010-02-03 Thread Aaron McCurry (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron McCurry updated LUCENE-2215: -- Attachment: (was: IterablePaging.java) > paging collector > > >

[jira] Commented: (LUCENE-2230) Lucene Fuzzy Search: BK-Tree can improve performance 3-20 times.

2010-02-03 Thread Fuad Efendi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829163#action_12829163 ] Fuad Efendi commented on LUCENE-2230: - After long-run load-stress tests... I used 2 b

[jira] Updated: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-02-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2055: Attachment: LUCENE-2055.patch updated patch for the generics policeman > Fix buggy stemmers and R

[jira] Commented: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-02-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829125#action_12829125 ] Uwe Schindler commented on LUCENE-2055: --- Map does not make sense as String is final.

[jira] Updated: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-02-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2055: Attachment: LUCENE-2055.patch updated patch: * implement StemmerOverrideFilter with CharArrayMap *

[jira] Resolved: (LUCENE-2247) Add CharArrayMap to lucene and make CharAraySet an proxy on the keySet() of it

2010-02-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2247. --- Resolution: Fixed Thanks Robert for testing! > Add CharArrayMap to lucene and make CharAray

[jira] Updated: (LUCENE-2247) Add CharArrayMap to lucene and make CharAraySet an proxy on the keySet() of it

2010-02-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2247: -- Attachment: LUCENE-2247.patch Here the latest patch, now committed revision: 906032 > Add Cha