Server index status: 404 Not Found URI:/solr/lean/elevate STATUS:404 MESSAGE:Not Found SERVLET:default

Created on 21 July 2022, almost 2 years ago
Updated 28 July 2023, 11 months ago

Server index status Error while checking server index status: An error occurred while trying to search with Solr: Error 404 Not Found HTTP ERROR 404 Not Found URI:/solr/lean/elevate STATUS:404 MESSAGE:Not Found SERVLET:default

Setup

  • PHP version: 7.4.30
  • Solr version: 8.11.2
  • Drupal Core version: 9.3.9
  • Search API version: 8.x-1.23
  • Search API Solr version: 4.2.7
  • Configured Solr Connector:

Issue

The server is connected, the index is enable and I can index the content successfully Content (221/221 indexed). However, there are not elements when I search and also the following message is shown in the index:

Server index status Error while checking server index status: An error occurred while trying to search with Solr: Error 404 Not Found HTTP ERROR 404 Not Found URI:/solr/lean/elevate STATUS:404 MESSAGE:Not Found SERVLET:default

💬 Support request
Status

Closed: cannot reproduce

Version

4.2

Component

User interface

Created by

🇬🇧United Kingdom thetwentyseven

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇬🇧United Kingdom mjpa

    For us, this was caused by the following missing from solrconfig_extra.xml:

    <!--
      Elevator
      7.0.0
    -->
    <requestHandler name="/elevate" class="solr.SearchHandler" startup="lazy">
      <lst name="defaults">
        <str name="echoParams">explicit</str>
        <str name="df">id</str>
      </lst>
      <arr name="last-components">
        <str>elevator</str>
      </arr>
    </requestHandler>
    
  • 🇮🇳India neha.gangwar

    Elevator request handler was disabled. After enabling and updating the solrconfig_extra.xml works for me.

Production build 0.69.0 2024