You are here

function apachesolr_comment_insert in Apache Solr Search 8

Same name and namespace in other branches
  1. 7 apachesolr.module \apachesolr_comment_insert()

Implements hook_comment_insert().

File

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

Code

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