running "ant test" with multiple threads/processes?

2008-12-30 Thread Michael McCandless
Has anyone explored ways to have "ant test" take advantage of concurrency? Since each JUnit test source (TestXXX.java) is independent, this should be possible. I'd love to have "ant test test-tag" run faster on an N-core machine. Mike

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-30 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659842#action_12659842 ] Mark Miller commented on LUCENE-1483: - I was playing with this late last night and I g

[jira] Assigned: (LUCENE-1387) Add LocalLucene

2008-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reassigned LUCENE-1387: - Assignee: Ryan McKinley > Add LocalLucene > --- > > Key: LUC

[jira] Updated: (LUCENE-1387) Add LocalLucene

2008-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated LUCENE-1387: -- Component/s: (was: contrib/*) contrib/spatial > Add LocalLucene > ---

[jira] Resolved: (LUCENE-1387) Add LocalLucene

2008-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved LUCENE-1387. --- Resolution: Fixed Fix Version/s: 2.9 added in #730067 thanks everyone. > Add LocalL

[jira] Updated: (LUCENE-1503) refactor spatial contrib "Filter" "Query" classes

2008-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated LUCENE-1503: -- Component/s: contrib/spatial > refactor spatial contrib "Filter" "Query" classes > ---

[jira] Updated: (LUCENE-1503) refactor spatial contrib "Filter" "Query" classes

2008-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated LUCENE-1503: -- Attachment: LUCENE-1503-spatial-filter-builder.patch this patch renames: CartesianPolyFilter

[jira] Assigned: (LUCENE-1503) refactor spatial contrib "Filter" "Query" classes

2008-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reassigned LUCENE-1503: - Assignee: Ryan McKinley > refactor spatial contrib "Filter" "Query" classes > --

[jira] Created: (LUCENE-1504) SerialChainFilter should use DocSet API rather then deprecated BitSet API

2008-12-30 Thread Ryan McKinley (JIRA)
SerialChainFilter should use DocSet API rather then deprecated BitSet API - Key: LUCENE-1504 URL: https://issues.apache.org/jira/browse/LUCENE-1504 Project: Lucene - Java

[jira] Updated: (LUCENE-1503) refactor spatial contrib "Filter" "Query" classes

2008-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated LUCENE-1503: -- Description: >From erik's comments in LUCENE-1387 * DistanceQuery is awkwardly named. It'

[jira] Resolved: (LUCENE-1503) refactor spatial contrib "Filter" "Query" classes

2008-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved LUCENE-1503. --- Resolution: Fixed Fix Version/s: 2.9 > refactor spatial contrib "Filter" "Query" clas

[jira] Created: (LUCENE-1505) Remove NumberUtils from spatial contrib

2008-12-30 Thread Ryan McKinley (JIRA)
Remove NumberUtils from spatial contrib --- Key: LUCENE-1505 URL: https://issues.apache.org/jira/browse/LUCENE-1505 Project: Lucene - Java Issue Type: Improvement Components: contrib/spatial

TrieUtils question

2008-12-30 Thread Otis Gospodnetic
Hello, I'm late looking into Uwe's Trie contrib (nice work!), but while looking at the code/docs for it I wondered why the following API (TrieUtils): // add some numerical fields: double fvalue = 1.057E17; TrieUtils.VARIANT_8BIT.addDoubleTrieCodedDocumentField(doc, "exam

AW: TrieUtils question

2008-12-30 Thread Uwe Schindler
Hi Otis, This is needed, because it is not enough to simply add the encoded field value as one term. TrieRangeFilter needs additional terms with lower precision to match many documents with few lower precision terms in the center of the range. The helper method is needed to generate the addition

[jira] Commented: (LUCENE-1501) Phonetic filters

2008-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659881#action_12659881 ] Ryan McKinley commented on LUCENE-1501: --- FYI, solr includes phonetic filters also...

[jira] Updated: (LUCENE-579) TermPositionVector offsets incorrect if indexed field has multiple values and one ends with non-term chars

2008-12-30 Thread Andrew Duffy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Duffy updated LUCENE-579: Attachment: offsets.patch I've attached a patch to 2.4's DocInverterPerField.java that fixes this.

[jira] Issue Comment Edited: (LUCENE-579) TermPositionVector offsets incorrect if indexed field has multiple values and one ends with non-term chars

2008-12-30 Thread Andrew Duffy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660017#action_12660017 ] andrew_duffy edited comment on LUCENE-579 at 12/30/08 7:27 PM: --