Opensolr Resilient Cluster Explained - Billing

Billing

What Is a Resilient Cluster?

A Resilient Cluster is a high-availability Solr setup where your data lives on multiple dedicated servers simultaneously. If one server goes down, the others keep serving your queries without interruption. Your users never notice a thing.

LOAD BALANCER Routes every query MASTER Read + Write Primary node REPLICA 1 Read Only Standby failover REPLICA 2 Read Only Standby failover sync sync All servers are dedicated hardware — not containers or VMs

The architecture is straightforward: one master handles all writes, and multiple replicas continuously sync from it and serve read queries. A load balancer sits in front and distributes traffic. If the master goes down, a replica takes over automatically.


How Is This Different From a Standalone Index?

Standalone Index
Your Solr index lives on one server. Simple, cost-effective, and perfectly fine for most use cases. If that server needs maintenance or goes down, your index is temporarily unavailable.
Resilient Cluster
Your data is replicated across multiple dedicated servers. If one goes down, the others keep serving queries instantly. Zero downtime, automatic failover, built-in redundancy.

Think of it this way: a standalone index is a single road to your data. A resilient cluster is multiple highways — if one is blocked, traffic flows through the others without anyone noticing.


What Comes With a Resilient Cluster?

Load Balancing
Queries distributed evenly across all nodes
Auto Failover
If a server fails, the others take over instantly
Replication
Replicas continuously sync from the master
99.9% Uptime
SLA-backed availability guarantee
Multi-Region
Deploy nodes across different data centers
Dedicated Hardware
Real servers, not shared VMs or containers

How Does Billing Work?

The Resilient Cluster is priced as a single monthly fee that covers the entire cluster — master, replicas, load balancer, replication, monitoring, and support. You don't pay per server or per query.

Simple Pricing
One flat monthly fee. No hidden costs, no per-query charges.
Everything Included
Replication, load balancing, monitoring, backups, and support — all in.
Scale When Ready
Add more replicas or upgrade disk/bandwidth anytime.

Resilient Cluster plans start at €25/month for plug-and-play shared clusters, and go up to fully dedicated enterprise environments. See the full breakdown on the Enterprise Solr Cloud page or the Pricing page.


What Happens During a Server Failure?

Here's exactly what happens if one of the servers in your cluster goes down:

! Server down Detected Rerouted Users unaffected Auto-healed
  1. A server goes down (hardware failure, network issue, maintenance)
  2. The watchdog detects the failure within seconds
  3. Traffic is rerouted to the remaining healthy nodes
  4. Your users continue searching without interruption
  5. The failed server is automatically recovered and re-synced

Your search never goes offline. That's the entire point.


Who Needs a Resilient Cluster?

Not everyone does — and that's fine. Here's a simple way to decide:

A standalone index is enough if:
— Brief maintenance windows are acceptable
— Your traffic is moderate and predictable
— Search is important but not mission-critical
— You want the lowest cost option
You need a Resilient Cluster if:
— Downtime directly costs you money
— You serve high-traffic production search
— Your application depends on 24/7 availability
— You need redundancy and automatic failover

Ready to Upgrade?

You can enable a Resilient Cluster on any existing Opensolr index — or start fresh with one. Every plan includes a 10-day money-back guarantee.
Questions? Contact our team — we'll help you choose the right setup.