You are here

22 calls to apachesolr_log_exception() in Apache Solr Search 7

apachesolr_clear_cache in ./apachesolr.module
A wrapper for cache_clear_all to be used as a submit handler on forms that require clearing Luke cache etc.
apachesolr_config_file in ./apachesolr.admin.inc
Page callback to show one conf file.
apachesolr_config_files_overview in ./apachesolr.admin.inc
Page callback to show available conf files.
apachesolr_cron in ./apachesolr.module
Implements hook_cron(). Runs the indexing process on all writable environments or just a given environment.
apachesolr_index_batch_index_entities in ./apachesolr.admin.inc
Batch Operation Callback
apachesolr_index_delete_bundles in ./apachesolr.index.inc
Delete from the index documents with the entity type and any of the excluded bundles.
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.
apachesolr_index_nodeapi_mass_delete in ./apachesolr.index.inc
Mass delete nodes from the solr indexer tables. TODO: This always assumes the default environment!
apachesolr_index_nodeapi_mass_update in ./apachesolr.index.inc
Mass Update nodes from the solr indexer table TODO: This always assumes the default environment!
apachesolr_index_report in ./apachesolr.admin.inc
Get the report.
apachesolr_search_block_view in ./apachesolr_search.module
Implements hook_block_view().
apachesolr_search_build_spellcheck in ./apachesolr_search.module
submit function for the delete_index form.
apachesolr_search_get_fields in ./apachesolr_search.admin.inc
Menu callback - the settings form.
apachesolr_search_init in ./apachesolr_search.module
Implements hook_init().
apachesolr_search_mlt_get_fields in ./apachesolr_search.admin.inc
Constructs a list of field names used on the settings form. TODO: This always assumes the default environment!
apachesolr_search_mlt_suggestions in ./apachesolr_search.module
Performs a moreLikeThis query using the settings and retrieves documents.
apachesolr_search_search_results in ./apachesolr_search.module
Executes search depending on the conditions given. See apachesolr_search.pages.inc for another use of this function
apachesolr_server_status in ./apachesolr.module
Checks if a specific Apache Solr server is available.
apachesolr_set_stats_message in ./apachesolr.module
Call drupal_set_message() with the text.
apachesolr_status_page in ./apachesolr.admin.inc
Gets information about the fields already in solr index.