PHPackages                             integer-net/solr-magento1 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. integer-net/solr-magento1

AbandonedMagento-module[Search &amp; Filtering](/categories/search)

integer-net/solr-magento1
=========================

IntegerNet\_Solr Module for Magento 1 (free)

1.8.0(7y ago)495.4k12[17 issues](https://github.com/integer-net/solr-magento1/issues)[4 PRs](https://github.com/integer-net/solr-magento1/pulls)PHP

Since Oct 6Pushed 4y ago19 watchersCompare

[ Source](https://github.com/integer-net/solr-magento1)[ Packagist](https://packagist.org/packages/integer-net/solr-magento1)[ Docs](https://github.com/integer-net/solr-magento1)[ RSS](/packages/integer-net-solr-magento1/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (9)Dependencies (5)Versions (18)Used By (0)

[![IntegerNet_Solr Free](doc/solr_free_banner.png)](doc/solr_free_banner.png)

IntegerNet\_Solr Free
=====================

[](#integernet_solr-free)

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.

Build Status (master)
---------------------

[](#build-status-master)

[![wercker status](https://camo.githubusercontent.com/7786cf60554cef82fa18e168f3fd59b6087a8628dc4d8090e77607baab197769/68747470733a2f2f6170702e776572636b65722e636f6d2f7374617475732f32616530306566623666346432333563383638356465353662623464616663362f6d2f6d6173746572 "wercker status")](https://app.wercker.com/project/byKey/2ae00efb6f4d235c8685de56bb4dafc6)

Features
--------

[](#features)

### Fast Search Results

[](#fast-search-results)

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.

### Fuzzy Search

[](#fuzzy-search)

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.

### Boost Products or Attributes

[](#boost-products-or-attributes)

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.

### Use second Solr Core to avoid downtime during Indexing

[](#use-second-solr-core-to-avoid-downtime-during-indexing)

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.

Requirements
------------

[](#requirements)

- Magento Community Edition 1.7 to 1.9
- Solr 4.x to 6.x
- PHP 5.3 to 7.0

Installation
------------

[](#installation)

1. Install Solr and create at least one working core
2. Copy the files from the solr\_conf dir of the module repository to the conf dir of your Solr core
3. Reload the Solr core (or all of Solr)
4. (If activated: deactivate the Magento compiler)
5. If using **Composer**: Just add "integer-net/solr-magento1" to the list of requirements in your composer.json. **Otherwise**: Download the archive from the [Releases Page](https://github.com/integer-net/solr-magento1/releases). Copy the files and directories from the src directory of the module repository into your Magento installation. **Attention**: You will need the files of two more repositories: The [IntegerNet\_Solr base library](https://github.com/integer-net/solr-base) and the [Aoe\_LayoutConditions module](https://github.com/AOEpeople/Aoe_LayoutConditions). They are already contained in the release archive.
6. Clear the Magento cache
7. (Recompile and reactivate the Magento compiler – it is not recommended to use the compiler mode of Magento, independent of the IntegerNet\_Solr module)
8. Go to the Magento backend, go to System -&gt; Configuration -&gt; Solr
9. Enter the Solr access data and configure the module (see [Documentation](https://www.integer-net.com/solr-magento/documentation/) for more information - you will also find an explanation there about how to find out the correct access data)
10. Click "Save Configuration". The connection to the Solr server will automatically be tested. You’ll get a success or error message about that.
11. Reindex the integernet\_solr index. We recommend doing this via shell. Go to the shell dir and call `php -f indexer.php -- --reindex integernet_solr`
12. Submit a search request with a slight typo on your page. The search result page should show matching products.

Configuration
-------------

[](#configuration)

The extension comes with a complete installation and configuration guide. Every configuration option is explained. You can find it on our website: **[Documentation](https://www.integer-net.com/solr-magento/documentation/)**

Modification
------------

[](#modification)

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](https://www.integer-net.com/utilizing-events-of-integernet_solr-an-example/)

License
-------

[](#license)

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](https://github.com/integer-net/solr-magento1/blob/master/LICENSE). For more information and an explanation of this license, please see the following article: [Information on GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.en.html)

Contributing
------------

[](#contributing)

If you would like to contribute to this extension, please fork the repository. Any pull requests are warmly welcome.

Support
-------

[](#support)

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.

Uninstall
---------

[](#uninstall)

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/%';
```

Upgrade
-------

[](#upgrade)

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](https://www.integer-net.com/solr-magento/).

[![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&utm_medium=banner&utm_term=features&utm_content=features&utm_campaign=upgrade)

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 65.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~106 days

Recently: every ~156 days

Total

9

Last Release

2702d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2962722?v=4)[integer\_net GmbH](/maintainers/integer-net)[@integer-net](https://github.com/integer-net)

---

Top Contributors

[![avstudnitz](https://avatars.githubusercontent.com/u/662059?v=4)](https://github.com/avstudnitz "avstudnitz (73 commits)")[![schmengler](https://avatars.githubusercontent.com/u/367320?v=4)](https://github.com/schmengler "schmengler (30 commits)")[![sriesterer](https://avatars.githubusercontent.com/u/14994008?v=4)](https://github.com/sriesterer "sriesterer (4 commits)")[![tim-bezhashvyly](https://avatars.githubusercontent.com/u/462687?v=4)](https://github.com/tim-bezhashvyly "tim-bezhashvyly (3 commits)")[![Schrank](https://avatars.githubusercontent.com/u/379680?v=4)](https://github.com/Schrank "Schrank (1 commits)")

---

Tags

integernet-solrmagentomagento-extensionsolr

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/integer-net-solr-magento1/health.svg)

```
[![Health](https://phpackages.com/badges/integer-net-solr-magento1/health.svg)](https://phpackages.com/packages/integer-net-solr-magento1)
```

###  Alternatives

[awesome-nova/dependent-filter

Dependent filters for Laravel Nova

26190.2k](/packages/awesome-nova-dependent-filter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
