Description
Spinoff from SOLR-2567.
Currently configuration of a mergepolicy in solr is by lucene classname (must have no-arg ctor), and
some merge-policy specific configuration parameters are not per-mergepolicy, but instead with the rest of the index configuration.
I think we should make this more pluggable, so that we can fully configure things like TieredMergePolicy,
and also so that if someone wants to plug in their own MP they can do that too.
Attachments
Issue Links
- blocks
-
SOLR-2567 Solr should default to TieredMergePolicy
- Closed