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.