[jira] Updated: (LUCENE-2041) Complete parallelizaton of ParallelMultiSearcher

2009-11-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2041: -- Attachment: LUCENE-2041-final.patch Merged our patches somehow, but left HitQueue generic para

[jira] Updated: (LUCENE-2041) Complete parallelizaton of ParallelMultiSearcher

2009-11-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2041: -- Fix Version/s: (was: 3.1) 3.0 > Complete parallelizaton of ParallelMult

[jira] Updated: (LUCENE-2041) Complete parallelizaton of ParallelMultiSearcher

2009-11-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2041: -- Attachment: LUCENE-2041-refactor.patch Here my latest patch, will commit soon. Uwe > Complet

[jira] Updated: (LUCENE-2041) Complete parallelizaton of ParallelMultiSearcher

2009-11-10 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2041: Attachment: LUCENE-2041.patch Added some more final keywords and generalized HitQueue to

[jira] Updated: (LUCENE-2041) Complete parallelizaton of ParallelMultiSearcher

2009-11-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2041: -- Attachment: LUCENE-2041-refactor.patch Here another possibility, removing more duplicated code

[jira] Updated: (LUCENE-2041) Complete parallelizaton of ParallelMultiSearcher

2009-11-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2041: -- Attachment: LUCENE-2041.patch Advanced patch: - Removed @SuppressWarnings by duplicating some

[jira] Updated: (LUCENE-2041) Complete parallelizaton of ParallelMultiSearcher

2009-11-09 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2041: Attachment: LUCENE-2041.patch Fixed the Java5 issue. Damned I should use java 5 on my not

[jira] Updated: (LUCENE-2041) Complete parallelizaton of ParallelMultiSearcher

2009-11-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2041: -- Attachment: LUCENE-2041.patch Updated patch. > Complete parallelizaton of ParallelMultiSearch

[jira] Updated: (LUCENE-2041) Complete parallelizaton of ParallelMultiSearcher

2009-11-07 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2041: Attachment: LUCENE_2041.patch I drove this a bit further and refactored the whole code to