[jira] Commented: (LUCENE-500) Lucene 2.0 requirements - Remove all deprecated code

2006-03-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-500?page=comments#action_12371248 ] Yonik Seeley commented on LUCENE-500: - Patch applied, thanks Grant! Note: for some reason, I couldn't get the patch to apply cleanly to files being removed. I removed th

[jira] Commented: (LUCENE-500) Lucene 2.0 requirements - Remove all deprecated code

2006-03-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-500?page=comments#action_12371249 ] Yonik Seeley commented on LUCENE-500: - Looks like there are still some things in contrib that use deprecated stuff... I'll look into it. > Lucene 2.0 requirements - Remo

[jira] Commented: (LUCENE-500) Lucene 2.0 requirements - Remove all deprecated code

2006-03-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-500?page=comments#action_12371260 ] Yonik Seeley commented on LUCENE-500: - OK, I think I got all of the deprecation related failures in "ant test-contrib". It's tough to tell for sure since there are many oth

[jira] Commented: (LUCENE-415) Merge error during add to index (IndexOutOfBoundsException)

2006-03-21 Thread Andy Hind (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-415?page=comments#action_12371284 ] Andy Hind commented on LUCENE-415: -- We have tested the above solution pretty heavily since 18/11/2005 and would regard it as stable in 1.4.3. Looking at the 1.9 code stream

[jira] Commented: (LUCENE-500) Lucene 2.0 requirements - Remove all deprecated code

2006-03-21 Thread Daniel Naber (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-500?page=comments#action_12371300 ] Daniel Naber commented on LUCENE-500: - Did files like DateFilter really get removed? On my local checkout DateFilter.java is now an empty file. ViewCVS on the web also sti

[jira] Commented: (LUCENE-500) Lucene 2.0 requirements - Remove all deprecated code

2006-03-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-500?page=comments#action_12371304 ] Yonik Seeley commented on LUCENE-500: - OK, I removed the zero length files. Should should the empty src/test-deprecated directory hierarchy also be removed, or should it b

java.lang.OutOfMemoryError in lucene

2006-03-21 Thread escobar5
Hello, i'm having a problem when searching in lucene, i get a java.lang.OutOfMemoryError: JVMXE004:OutOfMemoryError, stAllocArray for executeJava failed. My index is about 17MB, when i run the search in my PC, it works ok, but when i deploy it in the AIX server i get the error. Can you tell me

Re: java.lang.OutOfMemoryError in lucene

2006-03-21 Thread Erik Hatcher
It's best if you follow-up to the java-user e-mail list (java-dev is for developers of the Lucene library itself)... with the lack of details you've provided, it is impossible to say what the issue is. What is the Query you're issuing? What else is going on with your software that uses L

[jira] Commented: (LUCENE-500) Lucene 2.0 requirements - Remove all deprecated code

2006-03-21 Thread Doug Cutting (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-500?page=comments#action_12371309 ] Doug Cutting commented on LUCENE-500: - +1 for removing the empty directory. It can always be recreated if it is needed again. > Lucene 2.0 requirements - Remove all depr

[jira] Created: (LUCENE-528) Optimization for IndexWriter.addIndexes()

2006-03-21 Thread Steven Tamm (JIRA)
Optimization for IndexWriter.addIndexes() - Key: LUCENE-528 URL: http://issues.apache.org/jira/browse/LUCENE-528 Project: Lucene - Java Type: Improvement Components: Index Reporter: Steven Tamm Priority: Minor One

[jira] Updated: (LUCENE-528) Optimization for IndexWriter.addIndexes()

2006-03-21 Thread Steven Tamm (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-528?page=all ] Steven Tamm updated LUCENE-528: --- Attachment: AddIndexes.patch > Optimization for IndexWriter.addIndexes() > - > > Key: LUCENE-528 > URL:

[jira] Commented: (LUCENE-415) Merge error during add to index (IndexOutOfBoundsException)

2006-03-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-415?page=comments#action_12371323 ] Yonik Seeley commented on LUCENE-415: - I'm not sure I understand... the new file will be the output or result of a merge, not the input, right? Is the problem that the out

[jira] Resolved: (LUCENE-158) [PATCH] MultiFieldQueryParser, can't change default search operator

2006-03-21 Thread Daniel Naber (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-158?page=all ] Daniel Naber resolved LUCENE-158: - Fix Version: 1.9 Resolution: Fixed Assign To: (was: Lucene Developers) This isn't an issue anymore in Lucene 1.9. > [PATCH] MultiFieldQu

[jira] Commented: (LUCENE-500) Lucene 2.0 requirements - Remove all deprecated code

2006-03-21 Thread Daniel Naber (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-500?page=comments#action_12371327 ] Daniel Naber commented on LUCENE-500: - It seems QueryParser.java has been patched, but not QueryParser.jj. > Lucene 2.0 requirements - Remove all deprecated code > --

[jira] Updated: (LUCENE-526) FieldSortedHitQueue - subsequent String sorts with different locales sort identically

2006-03-21 Thread Paul Cowan (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-526?page=all ] Paul Cowan updated LUCENE-526: -- Attachment: LUCENE-526-c.txt It seems that there are more issues with locale-based sorting than just the above. Attached is LUCENE-526-c.txt, a new version of the

[jira] Commented: (LUCENE-500) Lucene 2.0 requirements - Remove all deprecated code

2006-03-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-500?page=comments#action_12371340 ] Yonik Seeley commented on LUCENE-500: - Good catch Daniel... I'll try and get to it later tonight. > Lucene 2.0 requirements - Remove all deprecated code >

[jira] Commented: (LUCENE-526) FieldSortedHitQueue - subsequent String sorts with different locales sort identically

2006-03-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-526?page=comments#action_12371341 ] Yonik Seeley commented on LUCENE-526: - Thanks for looking into this Paul! A quick pointer... a Multisearcher uses different sorting code than an IndexSearcher. IIRC, Mult

[jira] Updated: (LUCENE-526) FieldSortedHitQueue - subsequent String sorts with different locales sort identically

2006-03-21 Thread Paul Cowan (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-526?page=all ] Paul Cowan updated LUCENE-526: -- Attachment: LUCENE-526-d.txt Another patch, to fix the last-described issue. Turns out the problem was the FieldSortedHitQueue constructor; when building the fiel

[jira] Commented: (LUCENE-415) Merge error during add to index (IndexOutOfBoundsException)

2006-03-21 Thread Andy Hind (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-415?page=comments#action_12371385 ] Andy Hind commented on LUCENE-415: -- The problem is that the output is going into a file that already exists. I assume it leaves and then finds old bits during random access a