Details
-
Wish
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
It would be great to have the below config parameters in solrconfig.xml :-
- maxMergedSegmentMB (same as in TieredMergePolicy)
- maxOptimizeSegments (same as in solrjClient.optimize( waitFlush,waitSearcher ,maxSegments))
- expungeDeletes (true/false)
- optimizeTimeout(in minutes)
- disableExlicitOptimize (disable all solrClient call to optimize )
- optimizeJobCron - associated to disableExlicitOptimize where optimization can be carried out at a maintenance period defined by the cron expression.
This in turn needs to be respected by DirectUpdateHandler2 or any other handler trying to optimize the index