You are here

Functions in Search API 7

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_search_api_clear ./search_api.drush.inc Clear an index.
drush_search_api_disable ./search_api.drush.inc Disable index(es).
drush_search_api_enable ./search_api.drush.inc Enable index(es).
drush_search_api_execute_tasks ./search_api.drush.inc Execute all pending tasks or all for a given server.
drush_search_api_index ./search_api.drush.inc Index items.
drush_search_api_list ./search_api.drush.inc List all search indexes. 1
drush_search_api_reindex ./search_api.drush.inc Mark for re-indexing.
drush_search_api_reindex_items ./search_api.drush.inc Marks the given entities as needing to be re-indexed.
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 search servers. 1
drush_search_api_set_index_server ./search_api.drush.inc Set the server for a given index.
drush_search_api_status ./search_api.drush.inc Display index status.
example_data_type_conversion ./search_api.api.php Convert a raw value from an entity to a custom data type. 1
hook_default_search_api_index ./search_api.api.php Define default search indexes.
hook_default_search_api_index_alter ./search_api.api.php Alter default search indexes.
hook_default_search_api_server ./search_api.api.php Define default search servers.
hook_default_search_api_server_alter ./search_api.api.php Alter default search servers.
hook_search_api_alter_callback_info ./search_api.api.php Define available data alterations.
hook_search_api_alter_callback_info_alter ./search_api.api.php Alter the available data alterations.
hook_search_api_data_type_info ./search_api.api.php Define new data types for indexed properties.
hook_search_api_data_type_info_alter ./search_api.api.php Alter the data type info.
hook_search_api_facetapi_keys_alter contrib/search_api_facetapi/search_api_facetapi.api.php Lets modules alter the search keys that are returned to FacetAPI and used in the current search block and breadcrumb trail.
hook_search_api_index_delete ./search_api.api.php A search index was deleted.
hook_search_api_index_insert ./search_api.api.php A new search index was created.
hook_search_api_index_items_alter ./search_api.api.php Allows you to log or alter the items that are indexed.
hook_search_api_index_load ./search_api.api.php Act on search indexes when they are loaded.
hook_search_api_index_reindex ./search_api.api.php A search index was scheduled for reindexing
hook_search_api_index_update ./search_api.api.php A search index was edited in any way.
hook_search_api_items_indexed ./search_api.api.php Allows modules to react after items were indexed.
hook_search_api_item_type_info ./search_api.api.php Define new types of items that can be searched.
hook_search_api_item_type_info_alter ./search_api.api.php Alter the item type info.
hook_search_api_processor_info ./search_api.api.php Registers one or more processors. These are classes implementing the SearchApiProcessorInterface interface which can be used at index and search time to pre-process item data or the search query, and at search time to post-process the returned search…
hook_search_api_processor_info_alter ./search_api.api.php Alter the available processors.
hook_search_api_query_alter ./search_api.api.php Lets modules alter a search query before executing it.
hook_search_api_results_alter ./search_api.api.php Alter the search results before they are returned.
hook_search_api_server_delete ./search_api.api.php A search server was deleted.
hook_search_api_server_insert ./search_api.api.php A new search server was created.
hook_search_api_server_load ./search_api.api.php Act on search servers when they are loaded.
hook_search_api_server_update ./search_api.api.php A search server was edited, enabled or disabled.
hook_search_api_service_info ./search_api.api.php Defines one or more search service classes a module offers.
hook_search_api_service_info_alter ./search_api.api.php Alter the Search API service info.
hook_search_api_views_query_alter contrib/search_api_views/search_api_views.api.php Alter the query before executing the query.
search_api_access_delete_page ./search_api.module Access callback for determining if a server's or index' "delete" page should be accessible. 1
search_api_access_disable_page ./search_api.module Determines whether the current user can disable a server or index. 1
search_api_access_execute_tasks_batch ./search_api.module Access callback: Checks whether a user can execute pending tasks. 1
search_api_admin_add_index ./search_api.admin.inc Form constructor for adding an index. 1
search_api_admin_add_index_ajax_callback ./search_api.admin.inc AJAX submit callback for search_api_admin_add_index(). 1
search_api_admin_add_index_submit ./search_api.admin.inc Form submission handler for search_api_admin_add_index().
search_api_admin_add_index_validate ./search_api.admin.inc Form validation handler for search_api_admin_add_index().

Pages

Other projects