Skip to Content
0
Aug 08, 2023 at 10:07 AM

How to trigger Solr Update Indexing programmatically

91 Views

My requirement is to trigger solr Update indexing via code . I have a cronJob which will delete few products based on certain condition , afterwards I need to remove those products from Solr as well . Please help me how can I pass only those products in the update query and then execute Solr partial update indexing process.