Opensolr Changelog
Recent updates and improvements to the Opensolr platform.
Index Management Feb 27, 2026
-
Improved
Smarter Optimize Button Shows Live Index Stats and Detects Running Optimizations
The Optimize button in Index Tools is now smarter. It detects whether an optimization is already running and shows you live index stats — segments, index size, document count, and deleted docs — every time you click it. If an optimization is in progress, it shows the current status instead of accidentally starting a second one. No more guessing or clicking Check Progress repeatedly.
-
New
Schedule Optimize: Auto-Optimize Your Opensolr Index Every 2 to 365 Days
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
-
Improved
Faster Indexing Defaults: 10 Workers and 200-Item Batches Out of the Box
Default worker count increased from 3 to 10 and default batch size from 100 to 200 items per worker, delivering significantly faster indexing out of the box on modern servers.
-
Improved
Drush ost Background Mode Is Now the Default and Survives SSH Disconnects
Background mode is now the default — drush ost automatically runs as a background daemon that survives SSH disconnection. No need to add --background anymore. Use --no-background if you want foreground/interactive mode.
-
New
Drush osstop Adds Per-Server and Per-Index Stop Control for Indexing Sessions
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: Run Multiple Indexers on Different Servers at Once
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 on the My Solr Indexes Page for Easier Mobile Filtering
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.
-
Improved
My Solr Indexes Search Now Works Reliably on Mobile Keyboards
Search on the My Solr Indexes page now works reliably on mobile devices — the search bar uses native form submission so the Go, Search, and Done buttons on any mobile keyboard (Gboard, SwiftKey, iOS, Samsung) all trigger the search correctly.
-
Improved
Indexes and Clusters List Keeps Your Search Filter in the URL for Bookmarking
The Indexes and Clusters list now remembers your search filter in the URL — bookmark or share a filtered view of your indexes, especially useful when managing a large number of indexes.
Index Management Feb 24, 2026
- Improved Reload, Reset, Commit, and Restart Actions Now Run via AJAX Modal Dialog
-
Improved
Index Tools: Delete by Query and Utilities Merged Into One Panel
Merged Delete By Query and Utilities into a single unified Index Tools panel with a cleaner design
-
Improved
Backup Files and Restore Actions Log Now Display Side by Side
Available Backup Files and Restore Actions Log now display side by side for easier overview
-
Improved
Backup Manager Redesign: Styled Action Buttons and a Cleaner Layout
Redesigned Backup Manager with styled action buttons, emoji icons, and cleaner layout
-
Improved
Upload Notes Now Hidden Behind an Info Button to Reduce Visual Clutter
Upload notes are now hidden by default behind an info button in the section header, reducing visual clutter
-
Improved
Config Files Manager Redesign: Cleaner Panels and Inline New File Form
Redesigned Config Files Manager with a cleaner panel layout, styled file selector, and a + toggle button to reveal the new file form inline