The scenario is to delete bulk documents from apache solr, without deleting the actual node from the database. I am aware that when the node is un-published it will be deleted from solr.
But as my node are very large containing 1000's of terms I don not want to use node-save to un-publish the node.
Is there any hook or function which un-publishes the node and deletes from solr by minimal load (definitely not node save) ?
UPDATE:
- Drupal Version : 7.15
- Modules: Apachesolr