Skip to content

discoverygarden/islandora_solr_search

 
 

Repository files navigation

The islandora_solr_search module allows users of the Islandora fedora repository
to search their Fedora Repository with a properly configured Solr instance.

The code in this module is dependant on Conduit IT's Solr PHP client, available from
http:https://code.google.com/p/solr-php-client

solr-php-client one-liner:
$ curl http:https://solr-php-client.googlecode.com/files/SolrPhpClient.r22.2009-11-09.tgz | tar xz && mv SolrPhpClient/Apache/Solr . && rm -Rf SolrPhpClient

This code used to display search results can be modified through an external customization
module.  Islandora_solr_config has been included as a template to show how this is done.

Translations can be enabled by installing the i18n Internationalization module, 
and updating the alias fields on the admin page in each required language.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 70.5%
  • XML 29.3%
  • JavaScript 0.2%