Solr Exception Stopping Method
Posted: May 10th, 2023, 5:46 pm
I have a CatalogSearch method with a Solr Search service in it. In case Solr goes down, there is another path to perform the same logic using a SQL query. I turned catch exception on for the Search service and I have a binary after it to do the alternate approach in case it fails
But I am getting an exception and the method stops after that
Am I missing something in its setup?
But I am getting an exception and the method stops after that
Am I missing something in its setup?