Uwe, Thanks for your pointers. I will just do that.
Regards, Ye Thura On Sun, May 1, 2011 at 12:56 AM, Uwe Schindler <u...@thetaphi.de> wrote: > Hi, > > You can checkout the latest 3.0 branch at > https://svn.apache.org/repos/asf/lucene/java/branches/lucene_3_0 using SVN > and compile it with ANT (the patch was committed there, too). > > Alternatively use Lucene 3.1, but you still need the latest branch revision > (https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_1), as > there was no Lucene Version released until now with that fix included. > > Alternatively, the patch supplied in the mentioned issue (see under files) > can be applied to the released version 3.1 (just download the source > release, apply patch and compile). > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -----Original Message----- > > From: Ye T Thet [mailto:yethura.t...@gmail.com] > > Sent: Saturday, April 30, 2011 5:28 PM > > To: java-user@lucene.apache.org > > Subject: clearAttributes() not clearing in Tokenizer class > > > > Hi All, > > > > I am using Lucene 3.0.3. I noticed when I called clearAttributes() from > my > > Tokenizer, the attributes in my TermAttribute object are not being > cleared. > > > > I found the issue tracking here at > > https://issues.apache.org/jira/browse/LUCENE-3042. The status is fixed. > It > > looks like the patch would fix the problem I am facing. > > > > I am new to SVN and open source projects. So I am clueless on how to get > > the fix. Is there anywhere I can get the binary that contain the fix? > > > > Or any other pointer relating to the issue? > > > > Thanks, > > > > Ye Thura > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >