You are here

function apachesolr_commentsearch_install in Apache Solr Search 6.2

Implementation of hook_install().

File

contrib/apachesolr_commentsearch/apachesolr_commentsearch.install, line 11
Install and related hooks for apachesolr_commentsearch.

Code

function apachesolr_commentsearch_install() {

  // Set apachesolr_index_comments_with_node so that comments aren't
  // indexed twice. This module indexes modules for itself.
  variable_set('apachesolr_index_comments_with_node', FALSE);
}