This document summarizes a presentation about moving Solr cores to a centralized blob storage system to improve high availability and scalability for Salesforce's search implementation. The current architecture has cores distributed across Solr servers, which limits elasticity. The new design stores core data and metadata in a central blob storage, allowing cores to be loaded and indexed from any Solr server. This improves availability, as cores can quickly be loaded elsewhere if a server fails. Initial testing shows cores can be loaded within seconds on another server using this approach. The system is undergoing further testing and refinement before potential adoption for Salesforce search deployments on public clouds.