You are here

26 calls to apachesolr_get_solr() in Apache Solr Search 6.2

apachesolr_batch_index_nodes in ./apachesolr.admin.inc
Batch Operation Callback
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_commentsearch_delete_comment_from_index in contrib/apachesolr_commentsearch/apachesolr_commentsearch.module
Removes a comment from the index.
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
Implementation of hook_cron().
apachesolr_delete_index in ./apachesolr.admin.inc
Utility function to delete the index and reset all index counters.
apachesolr_delete_node_from_index in ./apachesolr.module
apachesolr_do_query in ./apachesolr.module
Execute a search based on a query object.
apachesolr_drupal_query in ./apachesolr.module
Factory function for query objects.
apachesolr_index_nodes in ./apachesolr.module
Handles the indexing of nodes.
apachesolr_index_page in ./apachesolr.admin.inc
Gets information about the fields already in solr index.
apachesolr_index_report in ./apachesolr.admin.inc
apachesolr_mlt_get_fields in ./apachesolr.admin.inc
Constructs a list of field names used on the settings form.
apachesolr_mlt_suggestions in ./apachesolr.module
Performs a moreLikeThis query using the settings and retrieves documents.
apachesolr_nodeapi_mass_delete in ./apachesolr.index.inc
apachesolr_nodeapi_mass_update in ./apachesolr.index.inc
apachesolr_requirements in ./apachesolr.install
Implementation of hook_requirements().
apachesolr_search_browse in ./apachesolr_search.module
Execute an empty search (match all documents) and show a listing of all enabled facets.
apachesolr_search_build_spellcheck in ./apachesolr_search.module
apachesolr_search_execute in ./apachesolr_search.module
Execute a search results based on keyword, filter, and sort strings.
apachesolr_search_settings_page in ./apachesolr_search.admin.inc
Menu callback - the settings form.
apachesolr_search_type_boost_form_submit in ./apachesolr_search.admin.inc
Submit callback for apachesolr_search_type_boost_form().
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. The text is translated with t() and substituted using Solr stats.
DrupalSolrMatchTestCase::setUp in tests/solr_index_and_search.test
Implementation setUp().