Closed (fixed)
Project:
Core searches
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2008 at 20:02 UTC
Updated:
23 Jul 2008 at 10:56 UTC
node_update_index, an implementation of search's hook_update_index, is implemented in node.module, but an almost identical function is implemented in coresearches/contentsearch.module. Both are called by search_cron in the search module, except the node version can't be turned off. This means that the content search will continue to index content, even if disabled--defeating some of the purpose for using coresearches, as we want to use an alternate indexer (apachesolr) and not waste cron.php time doing the regular search database inserts. Here is a patch we used, which basically just deletes node_update_index() from node.module.
| Comment | File | Size | Author |
|---|---|---|---|
| node.inc_.patch | 2.06 KB | David Goode |
Comments
Comment #1
jaydub commentedComment #2
robertdouglass commentedfixed in DRUPAL-5--1-0
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.