Solarium
Categories
Component ID
1899634
Component name
Solarium
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
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.
