Re: TaxWriter leakage?

2011-10-03 Thread Shai Erera
The source code is available and you can check it out from http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/lucene/contrib/facet. After you modify the code, you can call "ant jar" (if you have Ant installed) and it will generate the facet .jar for you. If it doesn't work for you, let m

Re: [ANN] Luke 3.4.0 release

2011-10-03 Thread janwen
thanks so much.I am going to upgrade the lucene to version3.4 in my project.I'll try the new version luke.thanks for hard-work On 2011-10-3 17:52, Andrzej Bialecki wrote: Hi, I'm happy to announce that Luke - The Lucene Index Toolbox for Lucene 3.4.0 is available now for download from the pro

Re: fdt file format

2011-10-03 Thread Michael McCandless
Look at src/java/org/apache/lucene/index/FieldsWriter.java It looks like the file format docs don't specify the 4 byte (int, value=3, big-endian I think) header we write. After those 4 bytes it should match? Mike McCandless http://blog.mikemccandless.com On Mon, Oct 3, 2011 at 3:11 PM, Michael

fdt file format

2011-10-03 Thread Michael Ryan
I'm trying to understand the .fdt file format and seem to have run into some discrepancies between the documentation and the actual format. Near the start of the file, there are some bytes that don't match up with the description at http://lucene.apache.org/java/3_2_0/fileformats.html#Fields. It l

Re: [ANN] Luke 3.4.0 release

2011-10-03 Thread Erick Erickson
Look at the bright side Andrzej. Enough people have come to rely on this nifty program that someone is bound to try it out right away! Erick On Mon, Oct 3, 2011 at 11:17 AM, Andrzej Bialecki wrote: > On 03/10/2011 16:09, Mihai Caraman wrote: >> >> same on win7 and ubuntu11. >> >> 2011/10/3 Erick

Re: TaxWriter leakage?

2011-10-03 Thread Mihai Caraman
Uwe : > Maybe another Java7 bug? Are you using Java 7? > Nop, java 1.6 Shai > return getParentArray().getArray()[ordinal]; > Can you give me a lucene jar with print outs for when it throws this NPE? ...How is using ThreadedIndexWriter related > When I remove the Threaded version, it doesn't gi

Re: [ANN] Luke 3.4.0 release

2011-10-03 Thread Shai Erera
Works for me too now. Thanks for the quick turnaround ! Shai On Mon, Oct 3, 2011 at 5:17 PM, Andrzej Bialecki wrote: > On 03/10/2011 16:09, Mihai Caraman wrote: > >> same on win7 and ubuntu11. >> >> 2011/10/3 Erick Erickson >> > >> >> Same thing happened to me on a Mac, Java 1.6 >>> >> > *sigh

Re: [ANN] Luke 3.4.0 release

2011-10-03 Thread Mihai Caraman
Works, it can open the tax Index too, ty! 2011/10/3 Andrzej Bialecki > On 03/10/2011 16:09, Mihai Caraman wrote: > >> same on win7 and ubuntu11. >> >> 2011/10/3 Erick Erickson >> > >> >> Same thing happened to me on a Mac, Java 1.6 >>> >> > *sigh* this was supposed to be an innocent correction

Re: [ANN] Luke 3.4.0 release

2011-10-03 Thread Andrzej Bialecki
On 03/10/2011 16:09, Mihai Caraman wrote: same on win7 and ubuntu11. 2011/10/3 Erick Erickson Same thing happened to me on a Mac, Java 1.6 *sigh* this was supposed to be an innocent correction of a column width, but somehow a stray TAB ended up in a wrong place. There's probably some lesso

Re: [ANN] Luke 3.4.0 release

2011-10-03 Thread Mihai Caraman
same on win7 and ubuntu11. 2011/10/3 Erick Erickson > Same thing happened to me on a Mac, Java 1.6 > > FWIW > Erick > > On Mon, Oct 3, 2011 at 7:45 AM, Shai Erera wrote: > > Thanks Andrezj ! > > > > I downloaded the standalone lukeall-3.4.0.jar and ran "java -jar > > lukeall-3.4.0.jar" and I ge

Re: [ANN] Luke 3.4.0 release

2011-10-03 Thread Erick Erickson
Same thing happened to me on a Mac, Java 1.6 FWIW Erick On Mon, Oct 3, 2011 at 7:45 AM, Shai Erera wrote: > Thanks Andrezj ! > > I downloaded the standalone lukeall-3.4.0.jar and ran "java -jar > lukeall-3.4.0.jar" and I get this: > > java.lang.NumberFormatException: For input string: "60  " >  

Re: [ANN] Luke 3.4.0 release

2011-10-03 Thread Shai Erera
Thanks Andrezj ! I downloaded the standalone lukeall-3.4.0.jar and ran "java -jar lukeall-3.4.0.jar" and I get this: java.lang.NumberFormatException: For input string: "60 " at java.lang.NumberFormatException.forInputString(NumberFormatException.java:59) at java.lang.Integer.pars

[ANN] Luke 3.4.0 release

2011-10-03 Thread Andrzej Bialecki
Hi, I'm happy to announce that Luke - The Lucene Index Toolbox for Lucene 3.4.0 is available now for download from the project page: http://code.google.com/p/luke Changes in version 3.4.0 (released on 2011.10.03): * Issue 46: and 47: Update to Lucene 3.4.0 and fix some changed APIs. *