RE: [VOTE] Release Lucene 2.4.0

2008-10-08 Thread Uwe Schindler
Or alternatively disable testing, if junit is not available. Like you cannot compile the QueryParser with JavaCC. - UWE SCHINDLER Webserver/Middleware Development PANGAEA - Publishing Network for Geoscientific and Environmental Data Tel.: +49 421 218 65595 Fax: +49 421 218 65505 http://www.pa

Re: [VOTE] Release Lucene 2.4.0

2008-10-08 Thread Erik Hatcher
All tests pass (via "ant test") for me with the 2.4.0 download. I have junit-4.4.jar in my ANT_HOME/lib directory. Specifically: [junit] Testsuite: org.apache.lucene.store.TestHugeRamFile [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.585 sec Maybe an intermittent a

[jira] Created: (LUCENE-1413) Creating PlainTextDictionary with UTF8 files

2008-10-08 Thread YourSoft (JIRA)
Creating PlainTextDictionary with UTF8 files Key: LUCENE-1413 URL: https://issues.apache.org/jira/browse/LUCENE-1413 Project: Lucene - Java Issue Type: New Feature Components: contrib/sp

Re: [VOTE] Release Lucene 2.4.0

2008-10-08 Thread Grant Ingersoll
On Oct 8, 2008, at 5:21 AM, Michael McCandless wrote: I've hit that failure too, from a checkout. It's an environment specific thing for me. On certain machines it always fails, because the JRE chooses too small a value for max heap size. Compile & run this: public class Heap { publi

Re: [VOTE] Release Lucene 2.4.0

2008-10-08 Thread Michael McCandless
I've hit that failure too, from a checkout. It's an environment specific thing for me. On certain machines it always fails, because the JRE chooses too small a value for max heap size. Compile & run this: public class Heap { public static void main(String[] args) { System.out.print

[jira] Created: (LUCENE-1414) increase maxmemory for unit tests

2008-10-08 Thread Michael McCandless (JIRA)
increase maxmemory for unit tests - Key: LUCENE-1414 URL: https://issues.apache.org/jira/browse/LUCENE-1414 Project: Lucene - Java Issue Type: Bug Components: Build Affects Versions: 2.4, 2.9

[jira] Resolved: (LUCENE-1414) increase maxmemory for unit tests

2008-10-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1414. Resolution: Fixed > increase maxmemory for unit tests > --

Re: [VOTE] Release Lucene 2.4.0

2008-10-08 Thread Michael McCandless
If you add maxmemory="512MB" into the junit task in common-build.xml, does the test pass for you? What does Heap.java print for you? What's weird is that you see this test passing on trunk. On my Mac Pro I'm using 1.6.0_07, and that test always fails (trunk, branch, 2.4.0 src). Mike Gr

Re: Realtime Search for Social Networks Collaboration

2008-10-08 Thread Jason Rutherglen
Hi Joaquin, Are you interested in integration of realtime search using Lucene with Oracle? This may be something that will benefit many users. Jason On Sun, Sep 21, 2008 at 11:38 PM, J. Delgado <[EMAIL PROTECTED]> wrote: > On Sat, Sep 20, 2008 at 1:04 PM, Noble Paul നോബിള്‍ नोब्ळ् > <[EMAIL PRO

Re: [VOTE] Release Lucene 2.4.0

2008-10-08 Thread Grant Ingersoll
For the record, +1 on releasing. On Oct 8, 2008, at 8:49 AM, Grant Ingersoll wrote: On Oct 8, 2008, at 5:21 AM, Michael McCandless wrote: I've hit that failure too, from a checkout. It's an environment specific thing for me. On certain machines it always fails, because the JRE chooses

Re: [VOTE] Release Lucene 2.4.0

2008-10-08 Thread Michael McCandless
OK then the VOTE is done and I will release! Mike Grant Ingersoll wrote: For the record, +1 on releasing. On Oct 8, 2008, at 8:49 AM, Grant Ingersoll wrote: On Oct 8, 2008, at 5:21 AM, Michael McCandless wrote: I've hit that failure too, from a checkout. It's an environment specific

Re: [VOTE] Release Lucene 2.4.0

2008-10-08 Thread Grant Ingersoll
On Oct 8, 2008, at 10:15 AM, Michael McCandless wrote: If you add maxmemory="512MB" into the junit task in common- build.xml, does the test pass for you? What does Heap.java print for you? 1.5: 63 mb 1.6: 80 mb That does seem ridiculously low... What's weird is that you see this test

Re: [VOTE] Release Lucene 2.4.0

2008-10-08 Thread Mark Miller
64MB is right if 1.5 doesn't detect the machine as server class (2 gig of ram + 2+ cpus I think). Windows is never detected as server class (at least with 1.5), and since sun seems to never mention or include Mac, I wouldn't be surprised if it never was either. If you are detected as server, I

[jira] Created: (LUCENE-1415) MultiPhraseQuery has incorrect hashCode() implementation - Leads to Solr Cache misses

2008-10-08 Thread Todd Feak (JIRA)
MultiPhraseQuery has incorrect hashCode() implementation - Leads to Solr Cache misses - Key: LUCENE-1415 URL: https://issues.apache.org/jira/browse/LUCENE-1415 Projec

[jira] Commented: (LUCENE-1415) MultiPhraseQuery has incorrect hashCode() implementation - Leads to Solr Cache misses

2008-10-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638163#action_12638163 ] Yonik Seeley commented on LUCENE-1415: -- Good catch Todd, this can be demonstrated in

LUCENE Read Time Out ERROR

2008-10-08 Thread ChhabraDeepti
I am using lucene for searching in my project. The issue that i am mainly facing is i get al lot of read time out's in the error logs and the data is not returned back. I m making a Data call, which returns me a XML with the result set. I am doing this : InputStream is = null; HttpURLConnection