Our recent experience with SOLR setup with Magento EE put us through some interesting challenges and we hope that our experience sharing here helps those out there facing similar issues and saves valuable developer time We would welcome any suggestions on how to handle the issue below more elegantly if possible.
On the face of it, the problem seemed to be too much time being taken by indexation. On further investigation, we found out that SOLR indexation looped twice through product catalog.
This instance of Magento EE has one website, two stores and each has its own storeview. It also uses uRapidFlow extension for importing products. uRapidFlow by default assigns imported products to all active stores views (if any store view is selected then this store view receives imported products).
During indexation (catalogsearch_fulltext) Magento pushes products associated with all the active storeviews in the system. Since we have two active storeviews, indexation took in 2 loops.
How to stop indexation from looping:
When importing products using uRapidFlow don’t forget to select specific store view to which the products are being assigned to. If you accidentally already have products assigned to multiple store views:
Have you experienced similar problems? What was your solution?
Software used:
MagentoEE-1.10.1.1
Solr-3.3.0
Comments are closed.
I am sharing this post to announce a happy news with all of you – We have a new WORKSPACE! …
At CueBlocks, we love fresh beginnings! That’s why we’re proud to display our work on Top Design Firms, a new …
Continue reading “CueBlocks Proud to be Featured on Top Design Firms!”
Beautiful and feature-rich themes can directly impact user-journeys and conversions. In addition to finding a feature-rich theme, it’s important for …
Continue reading “Fastest Shopify Themes Ranked By PageSpeed Insights”
In today’s digital world, almost every business is going 100% online. This means that the first impression a website leaves …
Continue reading “CueBlocks Makes It To Clutch’s Annual List Of Top 100 Design Firms”
Would you believe there’s a Japanese term for “death by overwork” – Karoshi! The fact that it’s really a thing …
Continue reading “7 Effective Ways To Deal With Remote Work Burnout”
With more and more people moving towards plant-based food products, veganism is on a steep rise. And with the rise …
Continue reading “Top 5 Digital Marketing Strategies For Vegan Businesses”
Hey , we are facing similar problem..however we are not using uRapidFlow extension..we are using reindexall command through shell , but it doesn’t work…Anyone has any idea ?