You are here

function apachesolr_comment_update in Apache Solr Search 7

Same name and namespace in other branches
  1. 8 apachesolr.module \apachesolr_comment_update()

Implements hook_comment_update().

File

./apachesolr.module, line 695
Integration with the Apache Solr search application.

Code

function apachesolr_comment_update($comment) {
  apachesolr_mark_entity('node', $comment->nid);
}