You are here

function apachesolr_image_enable in Apache Solr Search 5.2

Same name and namespace in other branches
  1. 6 contrib/apachesolr_image/apachesolr_image.module \apachesolr_image_enable()
  2. 6.2 contrib/apachesolr_image/apachesolr_image.module \apachesolr_image_enable()

Implementation of hook_enable().

File

contrib/apachesolr_image/apachesolr_image.module, line 54

Code

function apachesolr_image_enable() {
  drupal_set_message(t('The Apache Solr image integration module will not have any apparent effect until Image type nodes are indexed or re-indexed.'));
}