Account Setup & Index Creation

Connect your account and create a search index

Account Setup

After installing the module, you need to connect it to your Opensolr account. This creates a search index and configures everything automatically.

What you need

  • Your Opensolr email β€” the email you registered with at opensolr.com
  • Your API key β€” find it in your Opensolr Dashboard under Account Settings

Step-by-step setup

  1. Go to Configuration > Search > Opensolr Search (/admin/config/search/opensolr)
  2. Enter your Opensolr email and API key in the Opensolr Account section
  3. Select a Region from the dropdown β€” pick the one closest to your server for best performance
  4. Click "Save & Connect"

What happens when you click "Save & Connect"

The module runs through an automatic setup process with a progress dialog:

  • Step 1 β€” Validates your credentials with the Opensolr API
  • Step 2 β€” Creates a new search index (named drupal_XXXXXXXX__dense) in your selected region
  • Step 3 β€” Downloads and uploads the correct Solr configuration for the web crawler
  • Step 4 β€” Reloads the Solr core and verifies it's working
  • Step 5 β€” Enables Query Elevation (lets you pin/exclude results later)
✅ All automatic!

You don't need to create indexes manually, upload config files, or configure Solr. The module handles everything.

Choosing a region

The region dropdown shows all available Opensolr clusters with country flags. Pick the region closest to your web server (not your users) for the lowest latency between Drupal and Solr.

💡 Available regions

The dropdown is populated directly from the Opensolr API based on your account plan. Pick the region that works best for you. Need a dedicated web crawler server in your own region? Contact us β€” we can deploy one wherever you need it.

Opensolr Plan card

After connecting, the Settings page shows your Opensolr Plan card with:

  • Plan name and usage limits
  • Documents indexed β€” how many pages are in your search index
  • Storage used β€” disk space consumed on the Solr cluster
  • Crawled pages β€” progress bar showing crawler activity vs. your plan limit

Reconfiguring your index

If you need to switch regions or start fresh:

  1. Click the "Reconfigure Index" button in the Opensolr Account section
  2. Select a new region
  3. Click "Save & Connect" again

The old auto-created index is deleted automatically to free up your plan slot. Your search will be empty until the crawler re-indexes your content.

⚠️ Index deletion

Reconfiguring deletes the existing auto-created index and all its data. Only indexes created by the module (named drupal_*__dense) are deleted β€” indexes you created manually in the Opensolr dashboard are never touched.

Next step

Once connected, head to Content Types to choose what the crawler should index.