[jira] Created: (LUCENE-624) Segment size limit for compound files

2006-07-11 Thread Michael Busch (JIRA)
Segment size limit for compound files - Key: LUCENE-624 URL: http://issues.apache.org/jira/browse/LUCENE-624 Project: Lucene - Java Type: Improvement Components: Index Reporter: Michael Busch Priority: Minor Hello ev

Re: Lucene/Netbean Newbie looking for help

2006-07-11 Thread Peter Decrem
That did it. Thanks. Still struggeling to get the test to break in the right spot. There does not seem a run-debug option. Thanks again. -Original Message- From: robert engels <[EMAIL PROTECTED]> Date: Tue, 11 Jul 2006 12:03:46 To:java-dev@lucene.apache.org Subject: Re: Lucene/Ne

Re: Lucene/Netbean Newbie looking for help

2006-07-11 Thread robert engels
It is preinstalled, but you need to add it to your class path or run configuration. On Jul 11, 2006, at 11:54 AM, Peter Decrem wrote: Thanks for the help. It seems to compile. Tests also ran. So that's great. But when i go to src\test for example TestAnalyzers.java to debug, I get err

Re: Lucene/Netbean Newbie looking for help

2006-07-11 Thread Peter Decrem
Thanks for the help. It seems to compile. Tests also ran. So that's great. But when i go to src\test for example TestAnalyzers.java to debug, I get errors in the line import junit.framework.*. I thought junit came preinstalled and why did the tests run? But I definitely seem to be heading

Re: Java 1.5 (was ommented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided))

2006-07-11 Thread Andi Vajda
On Tue, 11 Jul 2006, robert engels wrote: It's been years and GCJ still doesn't have anywhere near full 1.4 classpath libraries. So now if we want to write code for Lucene we have to know what libraries are available for GCJ? GCJ is a joke. It looks like classpath is quite close to 100%

Re: Java 1.5 (was ommented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided))

2006-07-11 Thread robert engels
It's been years and GCJ still doesn't have anywhere near full 1.4 classpath libraries. So now if we want to write code for Lucene we have to know what libraries are available for GCJ? GCJ is a joke. On Jul 11, 2006, at 8:54 AM, Andi Vajda wrote: On Tue, 11 Jul 2006, DM Smith wrote: Ec

Re: Java 1.5 (was ommented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided))

2006-07-11 Thread Andi Vajda
On Tue, 11 Jul 2006, DM Smith wrote: Eclipse has a built in compiler called ecj and it can compile Java 1.6 code today. However, unless classes are provided at runtime for linking, one will get build errors. It looks like ecj is going to replace the gcj java front-end compiler thereby makin

Re: Java 1.5 (was ommented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided))

2006-07-11 Thread Andi Vajda
On Tue, 11 Jul 2006, Doug Cutting wrote: Probably this would get fixed more quickly if someone contributed a patch to JavaCC. Even it were not committed, we could build our own version of JavaCC. Any intrepid volunteers? For patches that seem too kludgy to make it into Lucene's sources (fo

Re: Java 1.5 (was ommented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided))

2006-07-11 Thread DM Smith
On Jul 11, 2006, at 3:51 AM, Doug Cutting wrote: Andi Vajda wrote: I'd be interested in doing this but what is it that we're after in 'supporting gcj' actually ? I think it would sufficient to: 1. Compile only .jar and .class with gcj (not .java). 2. Pass all unit tests on a single platfor

Re: Java 1.5 (was ommented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided))

2006-07-11 Thread DM Smith
On Jul 11, 2006, at 12:17 AM, Daniel John Debrunner wrote: Doug Cutting wrote: Since GCJ is effectively available on all platforms, we could say that we will start accepting 1.5 features when a GCJ release supports those features. Does that seem reasonable? Seems potentially a little s

Re: Java 1.5 (was ommented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided))

2006-07-11 Thread Doug Cutting
Andi Vajda wrote: Just last week, a PyLucene user got it to work on Solaris. I have no access to a Solaris machine to validate this. If I had my choice of platform, I'd pick one of (in order of preference): - Mac OS X (Intel or PPC) - a recent Red Hat Linux since this is the one most gcj de

Re: Java 1.5 (was ommented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided))

2006-07-11 Thread Andi Vajda
On Tue, 11 Jul 2006, Doug Cutting wrote: Andi Vajda wrote: I'd be interested in doing this but what is it that we're after in 'supporting gcj' actually ? I think it would sufficient to: 1. Compile only .jar and .class with gcj (not .java). 2. Pass all unit tests on a single platform. Just

Re: Java 1.5 (was ommented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided))

2006-07-11 Thread Doug Cutting
Andi Vajda wrote: I'd be interested in doing this but what is it that we're after in 'supporting gcj' actually ? I think it would sufficient to: 1. Compile only .jar and .class with gcj (not .java). 2. Pass all unit tests on a single platform. This would provide an existence proof that Lucene