Skip to Content
0
Jun 11, 2018 at 09:56 PM

Sharing Solr context between Providers when indexing

72 Views

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,