As title says,
I want to load a particular node's document and When the editing is done, I need to send the modified document to Solr for re-index programtically.
How it can be done?
|
As title says, I want to load a particular node's document and When the editing is done, I need to send the modified document to Solr for re-index programtically. How it can be done? |
|||||
|
|
When using the apachesolr module, nodes are automatically marked for reindexing after an edit. So there is nothing you need to do. If for some reason you need to manually mark a node, the code is
|
|||
|
|