You are here

constant APACHESOLR_REQUEST_TIME in Apache Solr Search 6.3

13 uses of APACHESOLR_REQUEST_TIME
apachesolr_cron in ./apachesolr.module
Implements hook_cron(). Runs the indexing process on all writable environments or just a given environment. @todo See if we can add info to the content type array for the cron_check
apachesolr_entity_update in ./apachesolr.module
Helper function for the hook_nodeapi().
apachesolr_index_delete_entity_from_index in ./apachesolr.index.inc
Delete an entity from the index.
apachesolr_index_delete_index in ./apachesolr.index.inc
Delete the whole index for an environment.
apachesolr_index_entities in ./apachesolr.index.inc
Processes all index queues associated with the passed environment.

... See full list

File

./apachesolr.module, line 11
Integration with the Apache Solr search application.

Code

define('APACHESOLR_REQUEST_TIME', (int) $_SERVER['REQUEST_TIME']);