Releases: jeroenvermeulen/magento-solarium
Releases · jeroenvermeulen/magento-solarium
Logos + Test Connection button
- The first "stable" version
- Added "Test Connection" button to configuration
- Added logos to configuration - Thanks @toonvd
- Added Dutch translations
Fixed autocomplete error on Solr 3.x
Beta version, do not use on a production shop right away.
- Fixed issue #15: Autocomplete error on Solr3
Don't forget to update schema.xml
on your Solr server to fix the autocomplete issue on Solr 3.x
Fixed issue #13: Autocomplete should filter on store
- Fixed issue #13: Autocomplete should filter on store
Solr HTTP Authentication + Auto suggestion
Fix for error when using shell/indexer.php in Magento 1.7
- Fix for issue #9: Class not found when using shell/indexer.php in Magento 1.7
Fix for error when using shell/indexer.php
- Fix for issue #8: Fatal error when using shell/indexer.php
BufferedAdd + Improvements
- Improved indexing based on Solarium's BufferedAdd Plugin. Thanks @basdenooijer.
- Extended version info
- Improved timeouts when Solr is not responding
- Fix for enabling/disabling Solr search per storeview
- Added spellcheck.alternativeTermCount=1. Thanks @toonvd.
- Improved error handling, thanks @MikeYV
- If no products found, don't generate error but consider OK. Thanks @MikeYV
Fix licence in composer.json
The reason of this release is only a small change to composer.json: the licence code.
Added Solr 3.1 compatibilty
- Improved Configuration Settings
- Enable/Disable for separate storeviews is fixed
- Added version info to Configuration
- Added licence info to Solarium + explanation about dependencies
- Added 'df' param to ping and query
- Improved error messages
- Separate timeout for search
- Updated to work from Solr 3.1.0
- Removed some unnecessary stuff from solrconfig.xml
- Improved index rebuild to send 100 products at once.
Auto correct support
- Fix for issue #1: Solr xml illegal character issue on Magento indexing
- Added auto correct for search terms
- Improved error catching
- Added configurable timeout
- Added confirmation after rebuilding Solr index
- Symfony EventDispatcher version: 2.4.2
- Improved error catching
- Removed some unnecessary settings from solrconfig.xml