solr-magento1
solr-magento1 copied to clipboard
Free Solr Module for Magento 1 for greatly improved search results
In `IntegerNet_Solr_Model_Bridge_CategoryRepository` there's a reference to `IntegerNet\SolrSuggest\Implementor\*` classes which neither I nor autoloader can find. Looks like I'm missing something obvious. Version: 1.7.6.
Hello, I have problem, I try reindex integra_solr. **Problem:** I try reindex integra_solr, when I run `php shell/indexer.php -reindex integernet_solr` I get this error: `Mage registry key "_singleton/integernet_solrobserver/observer" already exists`...
In config.xml, this module disables the Magento core review observer for event "catalog_block_product_list_collection", which causes review summaries (stars) to not display on Category or Search Results pages. This seems a...
Hi, Any idea why we are getting a message Segmentation Fault after re-indexing Solr Search Index index was rebuilt successfully Segmentation fault I have increased the memory limit of PHP...
Hello, I would like to know if this module performs the search inside the product tags related, and also if it is possible to search in cms pages or awblog....
Umlauts in the query won't return any results although the suggestions will return the correct results (direct call, without magento) If fuzzy-search is enabled, there are _some_ results. Furthermore, sorting...
``` PHP Fatal error: Call to undefined method Mage_Core_Model_Resource::getConnections() in IntegerNet/Solr/Model/Resource/Db.php on line 20 ```
Not sure if it is intentional but category filter [here](https://github.com/integer-net/solr-magento1/blob/master/src/app/code/community/IntegerNet/Solr/Block/Result/Layer/Filter.php#L168) will be ordered by Magento category sort order and not facet counts. If not a solution could be the following:...
Plugin seems to be returning an incomplete search collection because pagination is not working on search results that causing infinite scroll error on custom theme also I've tested on RWD...
Step 5 of the installation instructions currently reads > 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...