There's no way to set such a limit within lucene that I know of. If you really need this you could implement something outside lucene to monitor the index directory and do something (what???) when the limit was exceeded.
Don't forget that disk usage will vary over time as segments are merged, readers/writers closed, whatever. 3.0.3 is ancient by the way. -- Ian. On Thu, Jan 17, 2013 at 11:22 AM, uma sankar <umasanka...@gmail.com> wrote: > Hi , > > > > I need your help or suggestions regarding Lucence index storage. In our > project we are using Lucence 3.0.3 for indexing , its working amazing. We > are storing the index in the physical file system in the centos . Now I > would like to know how we can set the upper boundaries for the storage, for > instance the index should occupy more than 1GB. How we can set this > property.. I have done enough google, but no answer available for this, Any > help is really appreciated. > > > > Thanks and Regards, > > Uma Sankar. Y --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org