Index: apachesolr_search.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr_search.module,v retrieving revision 1.1.2.6.2.111.2.18 diff -u -p -r1.1.2.6.2.111.2.18 apachesolr_search.module --- apachesolr_search.module 15 Sep 2009 14:00:02 -0000 1.1.2.6.2.111.2.18 +++ apachesolr_search.module 17 Sep 2009 13:19:06 -0000 @@ -87,9 +87,9 @@ function apachesolr_search_menu_alter(&$ } /** - * Implementation of hook_update_index(). + * Implementation of hook_cron(). Indexes nodes. */ -function apachesolr_search_update_index() { +function apachesolr_search_cron() { $cron_limit = variable_get('apachesolr_cron_limit', 50); $rows = apachesolr_get_nodes_to_index('apachesolr_search', $cron_limit); apachesolr_index_nodes($rows, 'apachesolr_search');