Distributed search extends OpenSearch across multiple geographic regions or availability zones. Instead of one cluster in one data center, data is replicated across regions. Users query the nearest cluster for low latency. If a region fails, queries automatically route to healthy regions. Key technologies: cross-cluster replication (CCR), cluster federation, index routing, failover orchestration.