Is there a way to set max segment count for builtin merge policy?
I'm having a serious issue where I'm trying to reindex 75 million documents and the segment count skyrockets with associated significant drop in performance. To the point we start getting lots of timeouts.
Is there a way to set the merge policy to try and keep the total segment count to around 16 or so? (This seems to be close to the max the hosts can manage without having serious performance issues.)
Solr 7.7.3. Help appreciated.