This is a free extension to integrate Solr as a product search in an online store running on Magento Community Edition 1.7 - 1.9.
The main feature of this is extension is the integration of Solr as a product search in your Magento store. Solr is a lot faster as a search engine than Magento's native MySQL search. Also, the search algorith is better, so search results are more relevant.
The search algorithm performs a fuzzy search to help with usability. When you have typos or misspellings in your search request, the fuzzy search will look for similar words, increasing the chance of finding a match.
Use your catalog search as a marketing feature to increase the sales of certain products. You can either select individual or a bunch of products to boost, or you can boost an attribute. Whenever one of these boosted products or attributes are a match with the search term, they are ranked higher than usual.
If you have a second Solr core available (you should!), you can use that to run the indexing process on while the first core still serves the search during that time. Once indexing is finished, the cores will be switched automatically in an atomic operation.
php -f indexer.php -- --reindex integernet_solr
The extension comes with a complete installation and configuration guide. Every configuration option is explained. You can find it on our website: Documentation
You are welcome to modify the extension as you like. To make it easier, we have implemented a number of events. For a quick start and an example, please have a look at our blog post: How to Use Events to Tweak Solr Search
The extension IntegerNet_Solr Free is published under the license GNU Lesser Public General License (LGPL v3). You can find the license in the file License. For more information and an explanation of this license, please see the following article: Information on GNU Lesser General Public License
If you would like to contribute to this extension, please fork the repository. Any pull requests are warmly welcome.
Please note that this is a free extension. We do not provide individual customer support for this extension. If you find a bug, please open a GitHub issue.
If you want to uninstall the extension, please first remove all extension files. Then execute the following SQL Queries (please modify the table names if you are using a table prefix):
DELETE FROM eav_attribute WHERE attribute_code LIKE 'solr_%';
DELETE FROM core_resource WHERE code = 'integernet_solr_setup';
DELETE FROM core_config_data WHERE path LIKE 'integernet_solr/%';
IntegerNet_Solr Free is an offspring of IntegerNet_Solr Pro, our powerful Solr extension for Magento. It offers more features, such as an extensive autosuggest window, multiselect filters, product lists in categories loaded via Solr and support of Magento Enterprise Edition. For more information, please visit our website.