You are here

Functions in Search API Solr 8.3

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_search_api_solr_config_files_alter ./search_api_solr.api.php Alter the newly assembled Solr configuration files.
hook_search_api_solr_converted_query_alter ./search_api_solr.api.php Lets modules alter the converted Solarium select query before executing it.
hook_search_api_solr_documents_alter ./search_api_solr.api.php Alter Solr documents before they are sent to Solr for indexing.
hook_search_api_solr_field_mapping_alter ./search_api_solr.api.php Change the way the index's field names are mapped to Solr field names.
hook_search_api_solr_finalize_index ./search_api_solr.api.php Apply any finalization commands to a solr index before the first search.
hook_search_api_solr_query_alter ./search_api_solr.api.php Lets modules alter the Solarium select query before executing it.
hook_search_api_solr_search_results_alter ./search_api_solr.api.php Lets modules alter the search results returned from a Solr search.
hook_search_api_solr_spellcheck_autocomplete_query_alter ./search_api_solr.api.php Lets modules alter the spellcheck autocomplete query before executing it.
hook_search_api_solr_suggester_autocomplete_query_alter ./search_api_solr.api.php Lets modules alter the suggester autocomplete query before executing it.
hook_search_api_solr_terms_autocomplete_query_alter ./search_api_solr.api.php Lets modules alter the terms autocomplete query before executing it.
search_api_solr_cron ./search_api_solr.module Implements hook_cron().
search_api_solr_defaults_install modules/search_api_solr_defaults/search_api_solr_defaults.install Implements hook_install().
search_api_solr_defaults_requirements modules/search_api_solr_defaults/search_api_solr_defaults.install Implements hook_requirements().
search_api_solr_default_index_third_party_settings ./search_api_solr.module Get the default third party settings of an index for Solr. 1
search_api_solr_devel_entity_type_alter modules/search_api_solr_devel/search_api_solr_devel.module Implements hook_entity_type_alter().
search_api_solr_devel_search_api_solr_query_alter modules/search_api_solr_devel/search_api_solr_devel.module Implements hook_search_api_solr_query_alter().
search_api_solr_devel_search_api_solr_search_results_alter modules/search_api_solr_devel/search_api_solr_devel.module Implements hook_search_api_solr_search_results_alter().
search_api_solr_entity_operation ./search_api_solr.module Implements hook_entity_operation().
search_api_solr_entity_type_alter ./search_api_solr.module
search_api_solr_form_search_api_index_form_alter ./search_api_solr.module Implements hook_form_FORM_alter.
search_api_solr_form_search_api_index_form_validate_server ./search_api_solr.module 1
search_api_solr_get_servers ./search_api_solr.module Get all Search API servers that use a Solr backend. 6
search_api_solr_help ./search_api_solr.module Implements hook_help().
search_api_solr_hook_search_api_data_type_info ./search_api_solr.api.php Provide Solr dynamic fields as Search API data types.
search_api_solr_install_missing_field_types ./search_api_solr.module Re-install all default Solr Field Types from their yml files. 2
search_api_solr_legacy_form_search_api_server_form_alter modules/search_api_solr_legacy/search_api_solr_legacy.module Implements hook_form_FORM_alter.
search_api_solr_legacy_search_api_solr_configset_template_mapping_alter modules/search_api_solr_legacy/search_api_solr_legacy.module
search_api_solr_merge_default_index_third_party_settings ./search_api_solr.module Merges the default third party settings to those of an index for Solr. 2
search_api_solr_post_update_8204_replace_solr_4_field_types ./search_api_solr.post_update.php Delete Solr 4 and 5 field types.
search_api_solr_post_update_8319 ./search_api_solr.post_update.php Install new Solr Field Types and uninstall search_api_solr_multilingual.
search_api_solr_requirements ./search_api_solr.install Implements hook_requirements(). 1
search_api_solr_search_api_views_handler_mapping_alter ./search_api_solr.module Implements hook_search_api_views_handler_mapping_alter()
search_api_solr_test_search_api_solr_config_files_alter tests/modules/search_api_solr_test/search_api_solr_test.module Implements hook_search_api_solr_config_files_alter().
search_api_solr_uninstall ./search_api_solr.install Implements hook_uninstall().
search_api_solr_update_8001 ./search_api_solr.install Split Solr paths stored in configurations into server and core parts.
search_api_solr_update_8002 ./search_api_solr.install Convert http_user and http_pass to username and password config for Solarium.
search_api_solr_update_8003 ./search_api_solr.install Add default timeout settings to existing configs.
search_api_solr_update_8004 ./search_api_solr.install Migrate existing backend configurations to the basic auth connector plugin.
search_api_solr_update_8005 ./search_api_solr.install Add commit_within settings to existing connector configs.
search_api_solr_update_8006 ./search_api_solr.install Add autocomplete settings to existing configs.
search_api_solr_update_8007 ./search_api_solr.install Remove old autocomplete settings in existing configs.
search_api_solr_update_8008 ./search_api_solr.install Remove obsolete settings in existing configs.
search_api_solr_update_8200 ./search_api_solr.install Install Solr Field Types.
search_api_solr_update_8201 ./search_api_solr.install Fix suggester field type.
search_api_solr_update_8202 ./search_api_solr.install Enable support for targeted domains for all backends and add custom codes.
search_api_solr_update_8204 ./search_api_solr.install Enable phrase suggestions support.
search_api_solr_update_8205 ./search_api_solr.install Drop never implemented word suggestions support.
search_api_solr_update_8206 ./search_api_solr.install Remove obsolete autocomplete settings.
search_api_solr_update_8207 ./search_api_solr.install Fix language undefined field types.
search_api_solr_update_8208 ./search_api_solr.install Enable new highlighter.

Pages

Other projects