You are here

Functions in Search API 8

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_search_api_clear ./search_api.drush.inc Clears a search index.
drush_search_api_disable ./search_api.drush.inc Disables one or more search indexes.
drush_search_api_disable_all ./search_api.drush.inc Disables all search indexes.
drush_search_api_enable ./search_api.drush.inc Enables one or more search indexes.
drush_search_api_enable_all ./search_api.drush.inc Enables all search indexes.
drush_search_api_index ./search_api.drush.inc Indexes items.
drush_search_api_list ./search_api.drush.inc Prints a list of all search indexes.
drush_search_api_reset_tracker ./search_api.drush.inc Schedules a search index for reindexing.
drush_search_api_search ./search_api.drush.inc Executes a simple keyword search and displays the results in a table.
drush_search_api_server_clear ./search_api.drush.inc Clears all search indexes on the server and marks them for reindexing.
drush_search_api_server_disable ./search_api.drush.inc Disables a search server.
drush_search_api_server_enable ./search_api.drush.inc Enables a search server.
drush_search_api_server_list ./search_api.drush.inc Lists all available search servers.
drush_search_api_set_index_server ./search_api.drush.inc Sets the server for a given index.
drush_search_api_status ./search_api.drush.inc Displays the status of one or all search indexes.
hook_search_api_backend_info_alter Deprecated ./search_api.api.php Alter the available Search API backends.
hook_search_api_datasource_info_alter Deprecated ./search_api.api.php Alter the available datasources.
hook_search_api_data_type_info_alter Deprecated ./search_api.api.php Alter the available data types.
hook_search_api_db_query_alter Deprecated modules/search_api_db/search_api_db.api.php Preprocess a search's database query before it is executed.
hook_search_api_displays_alter Deprecated ./search_api.api.php Alter the list of known search displays.
hook_search_api_field_type_mapping_alter Deprecated ./search_api.api.php Alter the mapping of Drupal data types to Search API data types.
hook_search_api_index_items_alter Deprecated ./search_api.api.php Allows you to log or alter the items that are indexed.
hook_search_api_index_reindex Deprecated ./search_api.api.php React when a search index was scheduled for reindexing.
hook_search_api_items_indexed Deprecated ./search_api.api.php React after items were indexed.
hook_search_api_parse_mode_info_alter Deprecated ./search_api.api.php Alter the available parse modes.
hook_search_api_processor_info_alter Deprecated ./search_api.api.php Alter the available processors.
hook_search_api_query_alter Deprecated ./search_api.api.php Alter a search query before it gets executed.
hook_search_api_query_TAG_alter Deprecated ./search_api.api.php Alter a search query with a specific tag before it gets executed.
hook_search_api_results_alter Deprecated ./search_api.api.php Alter a search query's result set.
hook_search_api_results_TAG_alter Deprecated ./search_api.api.php Alter the result set of a search query with a specific tag.
hook_search_api_server_features_alter Deprecated ./search_api.api.php Alter the features a given search server supports.
hook_search_api_tracker_info_alter Deprecated ./search_api.api.php Alter the tracker info.
hook_search_api_views_field_handler_mapping_alter Deprecated ./search_api.api.php Alter the mapping of property types to their default Views field handlers.
hook_search_api_views_handler_mapping_alter Deprecated ./search_api.api.php Alter the mapping of Search API data types to their default Views handlers.
search_api_config_import_steps_alter ./search_api.module Implements hook_config_import_steps_alter().
search_api_cron ./search_api.module Implements hook_cron(). 3
search_api_db_defaults_install modules/search_api_db/search_api_db_defaults/search_api_db_defaults.install Implements hook_install().
search_api_db_defaults_requirements modules/search_api_db/search_api_db_defaults/search_api_db_defaults.install Implements hook_requirements().
search_api_db_hook_info modules/search_api_db/search_api_db.module Implements hook_hook_info().
search_api_db_update_8101 modules/search_api_db/search_api_db.install Reduces the length of sort-value columns for fulltext fields to 30.
search_api_db_update_8102 modules/search_api_db/search_api_db.install Adds primary keys to denormalized index tables.
search_api_db_update_8103 modules/search_api_db/search_api_db.install Converts the old "partial_matches" option to the new "matching" option.
search_api_drush_command ./search_api.drush.inc Implements hook_drush_command().
search_api_entity_delete ./search_api.module Implements hook_entity_delete().
search_api_entity_extra_field_info ./search_api.module Implements hook_entity_extra_field_info().
search_api_entity_insert ./search_api.module Implements hook_entity_insert().
search_api_entity_update ./search_api.module Implements hook_entity_update().
search_api_entity_view ./search_api.module Implements hook_entity_view().
search_api_form_views_exposed_form_alter ./search_api.module Implements hook_form_FORM_ID_alter() for views_exposed_form().
search_api_form_views_ui_edit_display_form_alter ./search_api.module Implements hook_form_FORM_ID_alter() for form "views_ui_edit_display_form".

Pages

Other projects