{"id":13519346,"url":"https://github.com/integer-net/solr-magento1","last_synced_at":"2025-12-30T01:30:15.661Z","repository":{"id":45325081,"uuid":"69660884","full_name":"integer-net/solr-magento1","owner":"integer-net","description":"Free Solr Module for Magento 1 for greatly improved search results","archived":false,"fork":false,"pushed_at":"2021-12-21T07:43:10.000Z","size":347,"stargazers_count":48,"open_issues_count":21,"forks_count":12,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-02-12T12:51:24.950Z","etag":null,"topics":["integernet-solr","magento","magento-extension","solr"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/integer-net.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-30T11:22:12.000Z","updated_at":"2021-12-21T07:43:14.000Z","dependencies_parsed_at":"2022-09-17T04:00:32.151Z","dependency_job_id":null,"html_url":"https://github.com/integer-net/solr-magento1","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integer-net%2Fsolr-magento1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integer-net%2Fsolr-magento1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integer-net%2Fsolr-magento1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integer-net%2Fsolr-magento1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/integer-net","download_url":"https://codeload.github.com/integer-net/solr-magento1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246469279,"owners_count":20782697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["integernet-solr","magento","magento-extension","solr"],"created_at":"2024-08-01T05:01:57.631Z","updated_at":"2025-12-30T01:30:15.628Z","avatar_url":"https://github.com/integer-net.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"![IntegerNet_Solr Free](doc/solr_free_banner.png)\n\n# IntegerNet_Solr Free\nThis is a free extension to integrate Solr as a product search in an online store running on Magento Community \nEdition 1.7 - 1.9.\n\n## Build Status (master)\n\n[![wercker status](https://app.wercker.com/status/2ae00efb6f4d235c8685de56bb4dafc6/m/master \"wercker status\")](https://app.wercker.com/project/byKey/2ae00efb6f4d235c8685de56bb4dafc6)\n\n## Features\n\n### Fast Search Results\nThe main feature of this is extension is the integration of Solr as a product search in your Magento store. \nSolr is a lot faster as a search engine than Magento's native MySQL search. Also, the search algorith is better, \nso search results are more relevant.\n\n### Fuzzy Search\nThe search algorithm performs a fuzzy search to help with usability. When you have typos or misspellings in \nyour search request, the fuzzy search will look for similar words, increasing the chance of finding a match. \n\n### Boost Products or Attributes\nUse your catalog search as a marketing feature to increase the sales of certain products. You can either select \nindividual or a bunch of products to boost, or you can boost an attribute. Whenever one of these boosted \nproducts or attributes are a match with the search term, they are ranked higher than usual.\n\n### Use second Solr Core to avoid downtime during Indexing\nIf you have a second Solr core available (you should!), you can use that to run the indexing process on while \n the first core still serves the search during that time. Once indexing is finished, the cores will be switched\n automatically in an atomic operation.\n\n## Requirements\n- Magento Community Edition 1.7 to 1.9\n- Solr 4.x to 6.x\n- PHP 5.3 to 7.0 \n\n## Installation \n1. Install Solr and create at least one working core\n2. Copy the files from the solr_conf dir of the module repository to the conf dir of your Solr core\n3. Reload the Solr core (or all of Solr)\n4. (If activated: deactivate the Magento compiler)\n5. If using **Composer**: Just add \"integer-net/solr-magento1\" to the list of requirements in your composer.json.\n**Otherwise**: Download the archive from the [Releases Page](https://github.com/integer-net/solr-magento1/releases). \nCopy the files and directories from the src directory of the module repository into your Magento installation.\n**Attention**: You will need the files of two more repositories: The \n[IntegerNet_Solr base library](https://github.com/integer-net/solr-base) and the \n[Aoe_LayoutConditions module](https://github.com/AOEpeople/Aoe_LayoutConditions). They are already contained in \nthe release archive.\n6. Clear the Magento cache\n7. (Recompile and reactivate the Magento compiler – it is not recommended to use the compiler mode of Magento, \nindependent of the IntegerNet_Solr module)\n8. Go to the Magento backend, go to System -\u003e Configuration -\u003e Solr\n9. Enter the Solr access data and configure the module (see \n[Documentation](https://www.integer-net.com/solr-magento/documentation/) for more information - you will also \nfind an explanation there about how to find out the correct access data)\n10. Click \"Save Configuration\". The connection to the Solr server will automatically be tested. You’ll get a \nsuccess or error message about that.\n11. Reindex the integernet\\_solr index. We recommend doing this via shell. Go to the shell dir and call \n`php -f indexer.php -- --reindex integernet_solr`\n12. Submit a search request with a slight typo on your page. The search result page should show matching products.\n\n## Configuration\nThe extension comes with a complete installation and configuration guide. Every configuration option is \nexplained. You can find it on our website: \n**[Documentation](https://www.integer-net.com/solr-magento/documentation/)**\n\n## Modification\nYou are welcome to modify the extension as you like. To make it easier, we have implemented a number of events. \nFor a quick start and an example, please have a look at our blog post: \n[How to Use Events to Tweak Solr Search](https://www.integer-net.com/utilizing-events-of-integernet_solr-an-example/)\n\n## License\nThe extension IntegerNet_Solr Free is published under the license GNU Lesser Public General License (LGPL v3). \nYou can find the license in the file [License](https://github.com/integer-net/solr-magento1/blob/master/LICENSE). \nFor more information and an explanation of this license, please see the following article: \n[Information on GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.en.html)\n\n## Contributing\nIf you would like to contribute to this extension, please fork the repository. \nAny pull requests are warmly welcome.\n\n## Support\nPlease note that this is a free extension. We do not provide individual customer support for this extension. \nIf you find a bug, please open a GitHub issue.\n\n## Uninstall\nIf you want to uninstall the extension, please first remove all extension files. Then execute the following SQL\nQueries (please modify the table names if you are using a table prefix):\n\n```sql\n    DELETE FROM eav_attribute WHERE attribute_code LIKE 'solr_%';\n    DELETE FROM core_resource WHERE code = 'integernet_solr_setup';\n    DELETE FROM core_config_data WHERE path LIKE 'integernet_solr/%';\n```\n\n## Upgrade\nIntegerNet\\_Solr Free is an offspring of **IntegerNet_Solr Pro**, our powerful Solr extension for Magento. \nIt offers more features, such as an extensive autosuggest window, multiselect filters, product lists in \ncategories loaded via Solr and support of Magento Enterprise Edition. For more information, please visit our \n[website](https://www.integer-net.com/solr-magento/).\n\n[![Upgrade to IntegerNet_Solr Pro](src/skin/adminhtml/default/default/integernet/solr/solr_free_banner_upgrade_to_pro.png)](https://integernet-solr.com/features/?utm_source=readme\u0026utm_medium=banner\u0026utm_term=features\u0026utm_content=features\u0026utm_campaign=upgrade)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteger-net%2Fsolr-magento1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finteger-net%2Fsolr-magento1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteger-net%2Fsolr-magento1/lists"}