Re: indexWriter.addIndexes, Disk space, and open files

2010-06-07 Thread Regan Heath
>> That's pretty much exactly what I suspected was happening.  I've had the same >> problem myself on another occasion... out of interest is there any way to >> force the file closed without flushing? > >No, IndexOutput has no such method. We could consider adding one... That sounds useful in ge

Re: indexWriter.addIndexes, Disk space, and open files

2010-06-07 Thread Regan Heath
ee through 3x, but fixed (at least specifically for segment > merging, but likely not in other places) in trunk. > > Likely what happened is you hit a disk full inside the "try" part, and > so the finally clause went to close the files, but close then tries to > flush t

Re: indexWriter.addIndexes, Disk space, and open files

2010-06-07 Thread Regan Heath
If you don't want to use the ImDisk software, a small flash drive will do just as well... Regan Heath wrote: > > Windows XP. > > The problem occurs on the local file system, but to replicate it more > easily I am using http://www.ltr-data.se/opencode.html#ImDisk to mo

Re: indexWriter.addIndexes, Disk space, and open files

2010-05-25 Thread Regan Heath
ocal > or > networked? > > What does it take to remove the files. That is, can you do it manually > after > the > program shuts down? > > Best > Erick > > On Tue, May 25, 2010 at 5:42 AM, Regan Heath < > regan.he...@bridgeheadsoftware.com> wrote: > >&g

indexWriter.addIndexes, Disk space, and open files

2010-05-25 Thread Regan Heath
Hi, Appologies if this the wrong place to post this, or if it has been answered somewhere (I have searched and failed to find anything matching my case exactly). We're using Lucene 2.3.2 (an old version, I know). We have a system where we use a number of master indexes and a number of temp inde