Hello again,

Can someone please comment on that, whether what I'm looking is possible or
not?


Dvora wrote:
> 
> Hello,
> 
> I'm using Lucene2.4. I'm developing a web application that using Lucene
> (via compass) to do the searches.
> I'm intending to deploy the application in Google App Engine
> (http://code.google.com/appengine/), which limits files length to be
> smaller than 10MB. I've read about the various policies supported by
> Lucene to limit the file sizes, but on matter which policy I used and
> which parameters, the index files still grew to be lot more the 10MB.
> Looking at the code, I've managed to limit the cfs files (predicting the
> file size in CompoundFileWriter before closing the file) - I guess that
> will degrade performance, but it's OK for now. But now the FDT files are
> becoming huge (about 60MB) and I cant identifiy a way to limit those
> files.
> 
> Is there some built-in and correct way to limit these files length? If no,
> can someone direct me please how should I tweak the source code to achieve
> that?
> 
> Thanks for any help.
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-avoid-huge-index-files-tp25347505p25378056.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to