Re: clearAttributes() not clearing in Tokenizer class

2011-04-30 Thread Ye T Thet
Uwe, Thanks for your pointers. I will just do that. Regards, Ye Thura On Sun, May 1, 2011 at 12:56 AM, Uwe Schindler 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

Re: Link to nightly build test reports on main Lucene site needs updating

2011-04-30 Thread Simon Willnauer
thanks tom, I cced dev@l.a.o simon On Fri, Apr 29, 2011 at 11:14 PM, Burton-West, Tom wrote: > Hello, > > I went to look at the "Hudson nightly builds" and tried to follow the link > from the main Lucene page > http://lucene.apache.org/java/docs/developer-resources.html#Nightly > > > The links

RE: clearAttributes() not clearing in Tokenizer class

2011-04-30 Thread Uwe Schindler
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/luce

clearAttributes() not clearing in Tokenizer class

2011-04-30 Thread Ye T Thet
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 f

RE: Reusing Query instances

2011-04-30 Thread Uwe Schindler
Hi Otis, > Is there any reason why one would *not* want to reuse Query instances? Definitely not! > I'm using MemoryIndex with a fixed set of queries and I'm executing them all > on each new document that comes in. Because each document needs to > have many tens of thousands of queries execute