Hi I wanted to impl my own MergeScheduler (a variation of SerialMergeScheduler, which does minor additional work), and found out I cannot really, for lack of visible API on IndexWriter, such as getNextMerge() and merge(OneMerge) -- both exist, but are package-private.
It got me thinking -- how can anyone impl his own MergeScheduler today? Perhaps people impl MergePolicy only? Would it make sense to open this API to our users? Is there other API we should consider opening w.r.t. MergeScheduler/Policy? Shai
