Luke

2013-03-17 Thread Michael Poindexter
If anybody is using Lucene 4.2 and wants a version of Luke that supports it I've got a version that supports 4.2 on my Github ( https://github.com/mpoindexter/luke). This tarball should have all the source and binaries: https://github.com/mpoindexter/luke/archive/4.2-1.tar.gz I've also enhanced

Re: NIO2 Directory implementations

2013-03-17 Thread Michael Poindexter
Yes, my bad. I'm subscribed now. Sorry about that! I'll file a Jira with a patch. Mike On Sun, Mar 17, 2013 at 1:07 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > Hi Michael (directly CC'd this time...), > > Maybe you're not subscribed to the list? Your first email got some > r

Re: NIO2 Directory implementations

2013-03-17 Thread Devon H. O'Dell
2013/3/17 Michael McCandless : > Hi Michael (directly CC'd this time...), > > Maybe you're not subscribed to the list? Your first email got some > responses, eg: > > http://lucene.markmail.org/thread/lrv7miivzmjm3ml5 Indeed, he's not, I didn't auto-subscribe him when putting his message throu

Re: NIO2 Directory implementations

2013-03-17 Thread Michael McCandless
Hi Michael (directly CC'd this time...), Maybe you're not subscribed to the list? Your first email got some responses, eg: http://lucene.markmail.org/thread/lrv7miivzmjm3ml5 Net/net, these new directory implementations sound exciting! Mike McCandless http://blog.mikemccandless.com On Sun

RE: NIO2 Directory implementations

2013-03-17 Thread Uwe Schindler
We are planning to move to Java 7 in Lucene trunk (5.0), so your input is fine! Just file a JIRA issue and attach the code! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Michael Poindexter [mailto:sta

OutOfMemoryError while indexing

2013-03-17 Thread Igor Shalyminov
Hi! I'm trying to make an index of several text documents. Their content is just field tab-separated strings: word<\t>w1<\t>w2<\t>...<\t>wn pos<\t>pos1<\t>pos2_a:pos2_b:pos2_c<\t>...<\t>posn_a:posn_b ... There are 5 documents with the total of 10 MB in size. While indexing, java uses about 2 GB o

Re: NIO2 Directory implementations

2013-03-17 Thread Michael McCandless
These directory implementations sound very interesting! Yes, please open a Jira issue and attach a patch. Some responses below: On Sat, Mar 16, 2013 at 10:13 PM, Michael Poindexter wrote: > As part of a project using Lucene I have implemented a trio of Directories > roughly corresponding to the