Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Search API Solr Settings using Vagrant #707

Closed
seth-shaw-unlv opened this issue Aug 29, 2017 · 2 comments
Closed

Default Search API Solr Settings using Vagrant #707

seth-shaw-unlv opened this issue Aug 29, 2017 · 2 comments
Assignees

Comments

@seth-shaw-unlv
Copy link
Contributor

seth-shaw-unlv commented Aug 29, 2017

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.)

@dannylamb
Copy link
Contributor

Thanks for reporting this @seth-shaw-unlv.

@ajs6f
Copy link

ajs6f commented Aug 30, 2017

Potentially we could use Collections to deal with this:

https://lucene.apache.org/solr/guide/6_6/collections-api.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants