Creating a Solr Database

This page covers the configuration specific to Solr — its Database Mode and any engine-specific settings shown below. The rest of the creation flow — opening the wizard, namespace and name, version, machine profile, storage, and optional features — is the same for every engine and is documented in Common Steps.

Database Mode

Select the topology under Database Mode. Three modes are available:

  • Standalone — A single-node Solr instance.
  • Replicaset — A multi-node Solr cluster. Set the Number of Replicas.
  • Topology — A role-separated cluster with dedicated Overseer, Data, and Coordinator node tiers.

Topology mode selected showing Overseer, Data, and Coordinator node panels

NodeDescription
OverseerCluster-management nodes that handle cluster state and coordination.
DataNodes that host collections/shards and serve indexing and query traffic.
CoordinatorQuery-routing nodes that distribute requests across data nodes.

Each tier has its own Number of Replicas, Storage size, Machine, CPU, and Memory fields.

ZooKeeper

SolrCloud requires ZooKeeper for coordination.

FieldDescription
ZooKeeper Ref (Namespace / Name)Reference to the ZooKeeper instance Solr uses for coordination.

Create a Solr Database

  1. Open the wizard and select Solr — see Getting Started and Select a Database Type.
  2. Set the namespace and name.
  3. Pick the database version and the Database Mode described above, then set the machine profile and storage — see Configure the Database.
  4. Optionally configure Advanced Configuration (labels, deletion policy, credentials, point-in-time recovery) and Additional Options (monitoring, backup, TLS, gateway).
  5. Click Deploy.