You are here

Functions in Search API Solr 8.2

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_search_api_solr_delete_and_reinstall_all_field_types ./search_api_solr.drush.inc Deletes all Solr Field Type and re-installs them from their yml files.
drush_search_api_solr_get_server_config ./search_api_solr.drush.inc Gets the config far a Solr search server.
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 search_api_solr_defaults/search_api_solr_defaults.install Implements hook_install().
search_api_solr_defaults_requirements 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. 4
search_api_solr_delete_and_reinstall_all_field_types ./search_api_solr.module Deletes all Solr Field Type and re-installs them from their yml files. 1
search_api_solr_devel_entity_type_alter search_api_solr_devel/search_api_solr_devel.module Implements hook_entity_type_alter().
search_api_solr_drush_command ./search_api_solr.drush.inc Implements hook_drush_command().
search_api_solr_entity_operation ./search_api_solr.module Implements hook_entity_operation().
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. 3
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_multilingual_test_search_api_solr_config_files_alter tests/modules/search_api_solr_multilingual_test/search_api_solr_multilingual_test.module Implements hook_search_api_solr_config_files_alter().
search_api_solr_post_update_8200_reinstall_field_types ./search_api_solr.post_update.php Reinstalls the solr field types.
search_api_solr_post_update_8201_delete_multilingual_migration_left_over_configs ./search_api_solr.post_update.php Deletes potential left over configs from multilingual to alpha1 migration.
search_api_solr_post_update_8203_install_new_optional_field_types ./search_api_solr.post_update.php Installs new optional Solr field types.
search_api_solr_post_update_8204_replace_solr_4_field_types ./search_api_solr.post_update.php Replace Solr 4 and 5 field types by Solr 6 versions.
search_api_solr_post_update_install_standard_highlighter_config ./search_api_solr.post_update.php Installs the standard highlighter config.
search_api_solr_requirements ./search_api_solr.install Implements hook_requirements(). 1
search_api_solr_search_api_items_indexed ./search_api_solr.module Implements function hook_search_api_items_indexed().
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 Remove Search API Multilingual Solr Search left-overs.
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_8203 ./search_api_solr.install Install new essential Solr field types.
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.

Pages

Other projects