47 calls to apachesolr_default_environment() in Apache Solr Search 8
- AbstractDrupalSolrOnlineWebTestCase::setUpSolr in tests/
solr_index_and_search.test - apachesolr_bias_settings_page in ./
apachesolr_search.admin.inc - Menu callback - Bias settings form.
- 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_drush_solr_delete_index in drush/
apachesolr.drush.inc - Selectively delete content from the apachesolr index.
- 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_drush_solr_get_env_name in drush/
apachesolr.drush.inc - Get the environment name based on the environment ID
- apachesolr_drush_solr_get_env_url in drush/
apachesolr.drush.inc - Get the environment url based on the environment ID
- apachesolr_drush_solr_get_last_indexed in drush/
apachesolr.drush.inc - Get the last indexed document
- apachesolr_drush_solr_get_next_indexed in drush/
apachesolr.drush.inc - apachesolr_drush_solr_index in drush/
apachesolr.drush.inc - Index all the items in the queue using a batch command
- apachesolr_drush_solr_mark_for_reindex in drush/
apachesolr.drush.inc - Mark all of a specific environment id for reindexing
- apachesolr_drush_solr_set_env_url in drush/
apachesolr.drush.inc - Set the environment url based on the environment ID
- apachesolr_enable in ./
apachesolr.install - Implements hook_enable().
- apachesolr_enabled_facets_page in ./
apachesolr.module - Wrapper for facetapi settings forms.
- apachesolr_entity_delete in ./
apachesolr.module - Implements hook_entity_delete().
- apachesolr_environment_delete_page_access in ./
apachesolr.module - Access callback for the delete page of an environment.
- apachesolr_environment_edit_form in ./
apachesolr.admin.inc - Form builder for adding/editing a Solr environment used as a menu callback.
- apachesolr_environment_settings_page in ./
apachesolr.admin.inc - Settings page for a specific environment (or default one if not provided)
- apachesolr_get_nodes_to_index in ./
apachesolr.module - Function to retrieve all the nodes to index. Deprecated but kept for backwards compatibility
- 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_action_form_cron_submit in ./
apachesolr.admin.inc - Submit handler for the deletion form.
- apachesolr_index_action_form_delete_confirm_submit in ./
apachesolr.admin.inc - Submit handler for the deletion form.
- apachesolr_index_action_form_remaining_confirm_submit in ./
apachesolr.admin.inc - Submit handler for the deletion form.
- apachesolr_index_action_form_reset_confirm_submit in ./
apachesolr.admin.inc - Submit handler for the deletion form.
- apachesolr_index_nodeapi_mass_delete in ./
apachesolr.index.inc - Mass delete nodes from the solr indexer tables.
- apachesolr_index_nodeapi_mass_update in ./
apachesolr.index.inc - Mass Update nodes from the solr indexer table
- apachesolr_index_report in ./
apachesolr.admin.inc - Get the report, eg.: some statistics and useful data from the Apache Solr index
- apachesolr_install in ./
apachesolr.install - Implements hook_install().
- apachesolr_node_type_delete in ./
apachesolr.module - Implements hook_node_type_delete().
- apachesolr_requirements in ./
apachesolr.install - Implements hook_requirements().
- apachesolr_search_get_fields in ./
apachesolr_search.admin.inc - Menu callback - the settings form.
- apachesolr_search_load_all_search_pages in ./
apachesolr_search.module - Return all the saved search pages
- apachesolr_search_mlt_block_form in ./
apachesolr_search.admin.inc - Form to edit moreLikeThis block settings.
- apachesolr_search_search_reset in ./
apachesolr_search.module - Implements hook_search_reset().
- apachesolr_search_search_status in ./
apachesolr_search.module - Implements hook_search_status().
- apachesolr_settings in ./
apachesolr.admin.inc - Form builder for general settings used as a menu callback.
- apachesolr_status_page in ./
apachesolr.admin.inc - Gets information about the fields already in solr index.
- apachesolr_update_7012 in ./
apachesolr.install - Rename some variables and update the database tables
- DrupalApacheSolrNodeAccess::testIndexing in apachesolr_access/
tests/ apachesolr_access.test - Tests indexing and check if it adds the correct grants for those specific users
- DrupalSolrNodeTestCase::testNodeToDocument in tests/
apachesolr_base.test - DrupalSolrOfflineEnvironmentWebTestCase::testIndexFileIncluded in tests/
apachesolr_base.test - Asserts that the module was installed and that a notice appears that the server is offline
- DrupalSolrOfflineEnvironmentWebTestCase::testServerOffline in tests/
apachesolr_base.test - Asserts that the module was installed and that a notice appears that the server is offline
- DrupalSolrOfflineSearchPagesWebTestCase::setUp in tests/
apachesolr_base.test - Implementation of setUp().
- drush_apachesolr_solr_variable_delete in drush/
apachesolr.drush.inc - Command callback. Delete a variable.
- drush_apachesolr_solr_variable_get in drush/
apachesolr.drush.inc - Command callback.
- drush_apachesolr_solr_variable_set in drush/
apachesolr.drush.inc - Command callback. Set a variable.