RE: Lucene 2.9-RC2 : Bug in equals() of TermAttributeImpl

2009-09-08 Thread Uwe Schindler
You are right, I will fix it. The simpliest is to check if (termlength!=o.thermLength) before the for-loop. The code is then equals to Token.java (I think this was a copy'n'paste bug). - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de

RE: Lucene 2.9-RC2 : Bug in equals() of TermAttributeImpl

2009-09-08 Thread Uwe Schindler
I fixed it! Thank you very much!!! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de _ From: Uwe Schindler [mailto:u...@thetaphi.de] Sent: Tuesday, September 08, 2009 9:47 PM To: java-dev@lucene.apache.org Subject: RE: Lucene 2.9

RE: Porting Java Lucene 2.9 to Lucene.Net (was: RE: Lucene 2.9 RC2 now available for testing)

2009-08-31 Thread George Aroush
-Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Monday, August 31, 2009 1:00 AM To: java-dev@lucene.apache.org Subject: Re: Porting Java Lucene 2.9 to Lucene.Net (was: RE: Lucene 2.9 RC2 now available for testing) : My question is, I would prefer

Re: Porting Java Lucene 2.9 to Lucene.Net (was: RE: Lucene 2.9 RC2 now available for testing)

2009-08-30 Thread Chris Hostetter
: My question is, I would prefer to track SVN commits to keep track of : changes, vs. what I'm doing now. This will allow us to stay weeks : behind a Java release vs. months or years as it is now. However, while : I'm subscribed to SVN's commits mailing list, I'm not getting all those :

Porting Java Lucene 2.9 to Lucene.Net (was: RE: Lucene 2.9 RC2 now available for testing)

2009-08-29 Thread George Aroush
: Mark Miller [mailto:markrmil...@gmail.com] Sent: Friday, August 28, 2009 3:19 PM To: java-u...@lucene.apache.org Subject: Re: Lucene 2.9 RC2 now available for testing Mark Miller wrote: Download release candidate 1 here: http://people.apache.org/~markrmiller/staging-area/lucene2.9rc2/ In case

Re: Porting Java Lucene 2.9 to Lucene.Net (was: RE: Lucene 2.9 RC2 now available for testing)

2009-08-29 Thread Grant Ingersoll
On Aug 29, 2009, at 10:58 AM, George Aroush wrote: Hi Folks, I have been following the expected release of Lucene.Net 2.9 for some weeks now, and about 2 weeks ago, just before RC1 was released, I grabbed the code off the trunk and started my initial port. Today, I compared what I have

RE: Porting Java Lucene 2.9 to Lucene.Net (was: RE: Lucene 2.9 RC2 now available for testing)

2009-08-29 Thread George Aroush
while I'm subscribed to SVN's commits mailing list, I'm not getting all those commits! For example, a commit made this past Friday, I never got an email for, while other commits I do. Any idea what maybe going on? There has been some flakiness with ASF servers, so maybe that is

RE: Lucene 2.9 RC2

2009-08-28 Thread Uwe Schindler
Unless someone objects before then, I'm going to include LUCENE-1871 in RC2. +1 - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org