Yogesh patel [yogeshpateldai...@gmail.com] wrote: > I am using lucene 3.0.1. I am writing many documents with lucene > Indexwriter. But Indexwriter add all documents into file which becomes more > than 4GB in my case. so can i distribute files or partitioned ?
Normally Lucene does not produce a single large file. I guess you are performing an optimize. Don't do that (it is not really recommended anyway) and you should have multiple smaller files. If that was not clear, then please show us the part of your code that handles index updates. - Toke Eskildsen --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org