I wanted to use the NoMergePolicy.NO_COMPOUND_FILES to ensure that no merges take place on the index. However I was unsuccessful at it. What I am doing wrong here.
Attaching a gist with - 1. Output when using NoMergePolicy.NO_COMPOUND_FILES 2. Output when using TieredMergePolicy with policy.setNoCFSRatio(0.0) 3. The code snippet I used. https://gist.github.com/vthacker/11398124 I tried it using Lucene 4.7 -- Regards, Varun Thacker http://www.vthacker.in/