RE: Disk full while optimizing an index

2009-11-30 Thread Uwe Schindler
November 30, 2009 11:58 PM > To: java-user@lucene.apache.org > Subject: Re: Disk full while optimizing an index > > Jason, > Thank you for your suggestion. That is what I am planning to do, but I > overheard or read somewhere that the new lucene version can take care of >

RE: Disk full while optimizing an index

2009-11-30 Thread Uwe Schindler
> -Original Message- > From: Jason Rutherglen [mailto:jason.rutherg...@gmail.com] > Sent: Monday, November 30, 2009 11:55 PM > To: java-user@lucene.apache.org > Subject: Re: Disk full while optimizing an index > > Siraj, > > You could estimate the maximum size

Re: Disk full while optimizing an index

2009-11-30 Thread Siraj Haider
Jason, Thank you for your suggestion. That is what I am planning to do, but I overheard or read somewhere that the new lucene version can take care of that internally, so I was just trying to see if somebody know something about it. regards -siraj Jason Rutherglen wrote: Siraj, You could

Re: Disk full while optimizing an index

2009-11-30 Thread Jason Rutherglen
Siraj, You could estimate the maximum size used during optimization at 2.5 (a sort of rough maximum) times your current index size, and not optimize if your index (at 2.5 times) would exceed your allowable disk space. Jason On Mon, Nov 30, 2009 at 2:50 PM, Siraj Haider wrote: > Index optimizati

Disk full while optimizing an index

2009-11-30 Thread Siraj Haider
Index optimization fails if we don't have enough space on the drive and leaves the hard drive almost full. Is there a way not to even start optimization if we don't have enough space on drive? regards -siraj - To unsubscribe,