Search Criteria
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: | |
Submitter: | jamesan |
Maintainer: | jamesan |
Last Packager: | jamesan |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-07-11 15:05 |
Last Updated: | 2016-08-17 17:54 |
Dependencies (4)
- solr>=3 (solr4-war, solr3-war, solr1.4-war, solr5-zip, solr6-war)
- aegir (optional) – meta-Drupal hosting platform
- drupal (optional) – Solr client for these configuration files
- solr-undertow (optional) – high performance servlet container for Solr
Required by (0)
Sources (4)
- http://ftp.drupal.org/files/projects/search_api_solr-7.x-1.11.tar.gz
- http://ftp.drupal.org/files/projects/search_api_solr-8.x-1.0-alpha5.tar.gz
- https://raw.githubusercontent.com/apache/lucene-solr/master/solr/example/example-DIH/solr/solr/mapping-ISOLatin1Accent.txt
- https://www.drupal.org/files/issues/2711685-support-solr6-search-api-solr-4.patch
Latest Comments
chx commented on 2016-03-07 06:04
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.