I am using the TieredMergePolicy and using the compound index: TieredMergePolicy mergePolicy = new TieredMergePolicy(); indexWriterConfig.setMergePolicy(mergePolicy.setNoCFSRatio(1.0d));
Prior to 4.0, there was an optimize() in the IndexWriter which was merging the index files. Is there any settings that can be done on the TieredMergePolicy so that I want to limit the number of files produced during the indexing. Thanks, Sai. -- View this message in context: http://lucene.472066.n3.nabble.com/Example-settings-for-TieredMergePolicy-Lucene-4-0-tp4038008.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