Hi, I want to create a simulation of the old "optimize" for an index. I can do it for 4.1 api, because I can use the method "setUseCompoundFile(true)" for the merge policy and call indexWriter.forceMerge(1);
But I dont find a way to do it for the 4.2.1 api. Do you have any suggestion on how to achieve that? Thank you in advance!