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.
How to build trust, reduce inbox overload, and engage with intention Email marketing is a powerful tool. It lets …
Continue reading “Email Marketing Without Fatiguing Conscious Consumers”
Marketing vegan products isn’t just about talking to people who already follow a vegan lifestyle. It’s also about connecting with …
Continue reading “How to Market Vegan Products Without Preaching (or Losing Sales)”
More people than ever are interested in vegan products and services. If you run a vegan brand, ensuring customers can …
Continue reading “Vegan SEO: Optimizing Organic Visibility for Vegan Brands”
If you’re in SEO or content and have been watching Google’s changes, you already know: AI Mode isn’t a minor …
Summary: Jiva’s efforts to empower smallholder farmers weren’t gaining the digital traction they deserved. With a strategic overhaul led by …
Continue reading “Jiva’s Organic Traffic Growth: 354% Surge in 6 Months | CueForGood”
At CueForGood (CFG), we’ve embraced a refreshing change: reusable cloth napkins. While the switch may seem minor, it’s rooted in …
Continue reading “What We Learned When We Switched From Disposable Tissues to Reusable Napkins”
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 ?