Github user sigram commented on the issue:
https://github.com/apache/lucene-solr/pull/394
FWIW, Solr supports a ScheduledTrigger and there's a default configuration
called `.scheduled_maintenance` that executes `solr.InactiveShardPlanAction`.
The functionality in your patch could be more or less implemented using this
trigger and a custom TriggerAction that calls `System.gc()`.
(`ScheduledTriggger` doesn't support cron expressions but this could be
fixed).
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]