Re: Directory implementation using NIO

2003-07-07 Thread Scott Ganyo
Wonderful! I can't wait to try this. I'll try to provide some comparisons as I get to it, but I'd love to hear from anyone else that tries this... Thanks, Scott Francesco Bellomi wrote: Hi, I developed a Directory implementation that accesses an index stored on the filesystem using memory-ma

Directory implementation using NIO

2003-07-06 Thread Francesco Bellomi
Hi, I developed a Directory implementation that accesses an index stored on the filesystem using memory-mapped files (as provided by the NIO API, introduced in Java 1.4). You can download the complied jar and the source from here: www.fran.it/lucene-NIO.zip Basically there are 3 new classes: NIO