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
[
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
[
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
[
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
> ---
[
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
[
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
> ---
[
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
[
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
> --
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
[
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'
[
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
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
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
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
[
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...
[
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.
[
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:
--
17 matches
Mail list logo