Hello guys,
Is there any way to share Solr context between Providers when indexing ? In other words, for example I have a product and I want to index 3 attributes to Solr:
Price
Promotional price
Discount strike price
All of those providers will try to find thew price by channel and calculate it, and I want to do it once.
Regards,