21 calls to apachesolr_load_all_environments() in Apache Solr Search 7
- apachesolr_clear_last_index_position in ./
apachesolr.module - Clear a specific environment, or clear all.
- apachesolr_cron in ./
apachesolr.module - Implements hook_cron(). Runs the indexing process on all writable environments or just a given environment.
- apachesolr_devel in ./
apachesolr.admin.inc - Page callback for node/%node/devel/apachesolr.
- apachesolr_drush_solr_get_env_id in drush/
apachesolr.drush.inc - Get all the environments (using option all) or get the default environment id
- apachesolr_entity_delete in ./
apachesolr.module - Implements hook_entity_delete().
- apachesolr_entity_info_alter in ./
apachesolr.module - Implements hook_entity_info_alter().
- 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 - Get the report.
- apachesolr_node_type_insert in ./
apachesolr.module - Implements hook_node_type_insert().
- apachesolr_search_block_view in ./
apachesolr_search.module - Implements hook_block_view().
- 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_7006 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.
- apachesolr_update_7012 in ./
apachesolr.install - Rename some variables and update the database tables
- apachesolr_update_7018 in ./
apachesolr.install - Migrate apachesolr_last_optimize into apachesolr_last_optimize_success
- DrupalSolrOfflineEnvironmentWebTestCase::testCloneSearchEnvironment in tests/
apachesolr_base.test - Asserts that we can clone a search environment
- DrupalSolrOfflineSearchPagesWebTestCase::setUp in tests/
apachesolr_base.test - Implementation of setUp().