---
title: "Validating the search page"
date: "2025-02-12T12:51:50+00:00"
summary: "Validate your Drupal site's SearchStax-hosted Solr server connection and index status with our step-by-step guide."
image:
type: "page"
url: "/acquia-cloud-platform/validating-search-page"
id: "1a8c4485-b88f-4207-8481-43f0ee9928cf"
---

After you set up your Drupal site to utilize a SearchStax-hosted Solr server, ensure that the Solr server and associated index are correctly connected and operational. Follow these steps to verify the connection:

1.  Verify Solr Server Connection
    -----------------------------
    
    1.  Navigate to Search API Configuration:
        1.  In the Drupal admin menu, select **Configuration**.
        2.  Under the **Search and metadata** section, click **Search API**.
    2.  Access the SearchStax Server Settings:
        1.  On the **Search API** page, locate the list of configured servers.
        2.  Click on the name of the SearchStax search server you previously set up.
    3.  Check the Server URL and Connection Status:
        
        1.  On the server details page, find the **Solr server URL** field.  
            **Expected:** The URL should include **searchstax.com**, which indicates that it is pointing to your SearchStax instance.
        2.  Review the **Server connection status**.  
            **Expected:** You should see a message stating "The Solr server could be reached." If this message appears, your Drupal site is communicating successfully with the SearchStax Solr server.
        3.  If the message does not appear, review your server configuration, credentials, and network connectivity.
        
        ![SRSX - Verify Solr Server Connection](https://acquia.widen.net/content/cf4ddfff-8821-4b49-b8fb-acdcfc9e1e55/web/56105_SRSX%20-%20Verify%20Solr%20Server%20Connection.png?w=480&itok=KO3NIik5)
        
2.  Verify Solr Index Status
    ------------------------
    
    1.  Return to Search API Configuration:
        1.  If not already present, navigate to **Configuration** \> **Search and metadata** \> **Search API**.
    2.  Access the SearchStax Index:
        1.  On the Search API page, locate and click on the name of the SearchStax-powered index you created.
    3.  Check Index Status and Item Count:
        
        1.  On the index details page, find the **Server index status** section.  
            **Expected:** The status should provide a message such as "There are x items indexed on the server for this index." Here, **x** represents the number of content items successfully indexed.
        
        This process confirms that content from your Drupal site is sent to and stored in the SearchStax Solr index.
        
        ![SRSX - Verify Solr Index Status](https://acquia.widen.net/content/dccf0504-951c-47f6-b2db-8cb531a82cb6/web/49fe8_SRSX%20-%20Verify%20Solr%20Index%20Status.png?w=480&itok=oU8MXJ40)
        
        Next step
        ---------
        
        [Execute rollback if required](/acquia-cloud-platform/executing-rollback-if-required "Executing rollback if required")