Opensolr Changelog
Recent updates and improvements to the Opensolr platform.
Index Management Feb 27, 2026
- New New Schedule Optimize feature in Index Tools. You can now set your Solr index to automatically optimize on a recurring schedule — pick any interval from 2 to 365 days, and Opensolr handles the rest with a server-side cron job. A single toggle button lets you start or stop the schedule at any time, and shows your current interval at a glance.
Index Management Feb 25, 2026
- New Per-server and per-index stop control — use drush osstop --server=my_server to stop only one indexer while others continue running. You can also stop a specific index session with --index without affecting anything else.
- New Multi-instance parallel indexing — you can now run multiple indexers simultaneously on different Solr servers or indexes. Each session is fully isolated with its own log files, PID tracking, and worker processes, so indexing production and staging at the same time is now fully supported.
- New New Search button added next to the server filter dropdown on the My Solr Indexes page — tap or click to search without needing to press Enter, making it easier to filter your indexes especially on mobile and tablet.