Closed (fixed)
Project:
Apache Solr Search
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2011 at 23:00 UTC
Updated:
6 Jun 2011 at 13:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
jpmckinney commentedNote theme_apachesolr_breadcrumb_tid is also never called (should probably be its own issue).
Comment #2
jpmckinney commentedRemove code that is never called.
Comment #3
jpmckinney commentedComment #4
pwolanin commentedWell, this function is supposed to be called to verify that all the unpublished content is removed from the index.
Comment #5
jpmckinney commentedI understand the point. I assume a well-functioning site would not have to call it. Maybe just put it in the handbook if people need it?
Comment #6
pwolanin commentedThe question is more the functioning of the server - e.g. a delete that's sent may not happen if there is a server error.
Comment #7
jpmckinney commentedK, we can keep it in the module, but we should document somewhere that this function exists, because it is not called from anywhere in the module and so there is no way to discover it without reading the source.
Comment #8
jpmckinney commentedComment #9
pwolanin commentedWe should add it back to the cron hook - for some reason it must have been removed by Robert in 6.x-2.x
Comment #10
jpmckinney commentedComment #11
jpmckinney commentedCommitted to 7.x and 6.x-2.x.