Skip to content

Installation Instructions

Jeroen Vermeulen edited this page Jun 8, 2015 · 13 revisions
  1. Make sure you run Magento 1.6 or newer
  • Install a Solr Server, version 3.x or 4.x
  • Make sure it is running, for example check the Solr web interface.
  • Copy schema.xml and solrconfig.xml to the solr/config dir inside the Solr Server dir. For a multi-core or Solr 4.x server, by default the dir is solr/collection1/config.
  • Restart the Solr Server
  • Install this extension in Magento, using one of these methods:
    • Magento Connect
      • The extension key for the latest beta is http://connect20.magentocommerce.com/community/JeroenVermeulen_Solarium
      • The extension key for the latest stable (1.5.0) is http://connect20.magentocommerce.com/community/JeroenVermeulen_Solarium-1.5.0
    • Download and unpack a release ZIP or TGZ file
    • Use Modman
  • In Magento Admin: Flush Cache Storage
  • Log out from Magento Admin and log back in
  • Configure, test and enable via: System > Configuration > CATALOG > Solarium Search
  • Reindex the Catalog Search Index, this will update Solr (if enabled)
  • Test normal searching in the webshop
  • Test searching with a small typo in a larger word, this must return results
Clone this wiki locally