You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two possible options: changing the solr.sh to use the same Solr core setting as Drupal 8 (i.e. change "solr create_core -c CLAW" to "solr create_core -c d8") OR find a way to update this setting in drupal.sh. (I couldn't find an obvious config file setting or Drush command, but I'm new to this environment.)
The text was updated successfully, but these errors were encountered:
The current version of vagrant creates the Solr core as "CLAW" but the Drupal setup uses the search_api_solr_defaults which looks for a Solr core of "d8". This requires updating the Drupal default_solr_server Solr core setting before before Drupal can connect to the Solr server.
Two possible options: changing the solr.sh to use the same Solr core setting as Drupal 8 (i.e. change "solr create_core -c CLAW" to "solr create_core -c d8") OR find a way to update this setting in drupal.sh. (I couldn't find an obvious config file setting or Drush command, but I'm new to this environment.)
The text was updated successfully, but these errors were encountered: