Ability to configure mergePolicy and mergeScheduler
Description
There needs to be greater control over how Lucene.Net handles merges. Exposing configuration properties that will set the MergePolicy and MergeScheduler on the indexWriter will give us the ability to set how Lucene.Net merges.
There needs to be greater control over how Lucene.Net handles merges. Exposing configuration properties that will set the MergePolicy and MergeScheduler on the indexWriter will give us the ability to set how Lucene.Net merges.
Possible solution is attached