Skip to Content
0
Jan 31, 2020 at 11:49 AM

Get the solr indexed response without updating the solr index in use

57 Views

I want the final object that is sent to the Solr server. There is a third-party that wants the same exact data but they want it directly from Hybris (right now they are getting it from Solr server itself).

If I run the indexing job it will update the current Solr indexes. I don't want to update the Solr index.
I need to send the response as List<ProdutData>