You are here

22 calls to apachesolr_load_all_environments() in Apache Solr Search 6.3

apachesolr_clear_last_index_position in ./apachesolr.module
Clear a specific environment, or clear all.
apachesolr_content_extra_fields in ./apachesolr.module
Implements hook_content_extra_fields().
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_devel in ./apachesolr.admin.inc
Callback for node/%node/devel/apachesolr
apachesolr_drush_solr_get_env_id in drush/apachesolr.drush.inc
apachesolr_environments_clear_cache in ./apachesolr.module
Clear all caches for environments.
apachesolr_environment_clone in ./apachesolr.module
Function that clones an environment
apachesolr_environment_load in ./apachesolr.module
Function that loads an environment
apachesolr_facetapi_searcher_info in ./apachesolr.module
Implements hook_facetapi_searcher_info().
apachesolr_get_solr in ./apachesolr.module
Factory method for solr singleton objects. Structure allows for an arbitrary number of solr objects to be used based on a name whie maps to the host, port, path combination. Get an instance like this: try { $solr = apachesolr_get_solr(); } catch…
apachesolr_index_report in ./apachesolr.admin.inc
apachesolr_node_type in ./apachesolr.module
Implements hook_node_type().
apachesolr_search_block_view in ./apachesolr_search.module
Vew a specific block according to the delta identifier
apachesolr_search_mlt_block_form in ./apachesolr_search.admin.inc
Form to edit moreLikeThis block settings.
apachesolr_search_page_settings_form in ./apachesolr_search.admin.inc
Menu callback/form-builder for the form to create or edit a search page.
apachesolr_search_update_6301 in ./apachesolr_search.install
Remove all apachesolr_search env variables for show_facets if it is zero
apachesolr_settings in ./apachesolr.admin.inc
Form builder for general settings used as a menu callback.
DrupalSolrNodeTestCase::setUp in tests/apachesolr_base.test
Implementation of setUp().
DrupalSolrOfflineEnvironmentWebTestCase::testCloneSearchEnvironment in tests/apachesolr_base.test
Asserts that we can clone a search environment
DrupalSolrOfflineEnvironmentWebTestCase::testEditSearchEnvironment in tests/apachesolr_base.test
Asserts that we can edit a search environment
DrupalSolrOfflineEnvironmentWebTestCase::testEditSearchEnvironmentURLs in tests/apachesolr_base.test
Asserts that we can use various url forms for the search environment
DrupalSolrOfflineSearchPagesWebTestCase::setUp in tests/apachesolr_base.test
Implementation of setUp().