Experimental project
This is a sandbox project, which contains experimental code for developer use only.
Overview
Proof-of-concept module that integrates Drupal with the Apache Solr search engine via the popular Solarium library plus some extension projects. If you are looking to integrate with Apache Solr on production sites, the Apache Solr Search Integration module is currently the best solution available to Drupal.
Installation
Follow the standard module installation guide, but prior to enabling the module via the UI ensure that the Solarium and extension libraries are installed by executing the following commands in the directory where this module was extracted.
curl -s https://getcomposer.org/installer | php
php composer.phar install
If curl is not available, replace the first command with the one below:
php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
Please refer to the Composer tool's installation documentation for more information.
Project information
- Project categories: Site search, Integrations
- Created by cpliakas on , updated
