Package Details: solr-conf-drupal 20160708-2

Git Clone URL: https://aur.archlinux.org/solr-conf-drupal.git (read-only, click to copy)
Package Base: solr-conf-drupal
Description: Configuration files to enable Drupal 7.x or 8.x to use Solr 3.x, 4.x, or 5.x as its search provider
Upstream URL: http://drupal.org/project/search_api_solr
Licenses: GPL
Submitter: jamesan
Maintainer: jamesan
Last Packager: jamesan
Votes: 1
Popularity: 0.000000
First Submitted: 2015-07-11 15:05 (UTC)
Last Updated: 2016-08-17 17:54 (UTC)

Latest Comments

chx commented on 2016-03-07 06:04 (UTC) (edited on 2016-03-07 20:02 (UTC) by chx)

1. In /etc/solr do sudo cp -a configsets/solr-4.x-drupal-8.x somecorename 2. sudo mkdir somecorename/data ; sudo chown solr somecorename/data 3. sudo systemctl restart solr 4. Under http://localhost:8983/#/~cores/ you can now add name somecorename instancedir somecorename 5. Add to /etc/solr/solr.xml <core name="somecorename" instanceDir="somecorename" /> 6. Now go to Drupal. Your solr path is /somecorename (!). Never mind the fact that http://localhost:8983/somecorename is 404. Try http://localhost:8983/somecorename/admin/luke to verify things working instead. This is very likely to break soon as someone packages solr5 instead of solr4. Oh well. Enjoy while it lasts. I am pinning my solr cos I never want to figure it out again. This comment is sponsored by Smartsheet.