You are here

26 calls to search_api_index_load_multiple() in Search API 7

drush_search_api_list in ./search_api.drush.inc
List all search indexes.
SearchApiAbstractService::preDelete in includes/service.inc
Implements SearchApiServiceInterface::__construct().
SearchApiCombinedEntityDataSourceController::getCallingIndex in includes/datasource_multiple.inc
Retrieves the index for which the current method was called.
search_api_admin_overview in ./search_api.admin.inc
Page callback that shows an overview of defined servers and indexes.
search_api_admin_server_view in ./search_api.admin.inc
Page callback: Displays information about a server.
search_api_cron in ./search_api.module
Implements hook_cron().
search_api_disable in ./search_api.install
Implements hook_disable().
search_api_drush_get_index in ./search_api.drush.inc
Returns an index or all indexes as an array.
search_api_enable in ./search_api.install
Implements hook_enable().
search_api_facetapi_facetapi_searcher_info in contrib/search_api_facetapi/search_api_facetapi.module
Implements hook_facetapi_searcher_info().
search_api_field_attach_rename_bundle in ./search_api.module
Implements hook_field_attach_rename_bundle().
search_api_index_load in ./search_api.module
Loads the Search API index with the specified id.
search_api_index_options_list in ./search_api.module
Options list callback for search indexes.
search_api_index_recalculate_fields in ./search_api.module
Recalculates the saved fields of an index.
search_api_node_access_records_alter in ./search_api.module
Implements hook_node_access_records_alter().
search_api_search_api_server_delete in ./search_api.module
Implements hook_search_api_server_delete().
search_api_search_api_server_update in ./search_api.module
Implements hook_search_api_server_update().
search_api_server_clear in ./search_api.module
Clears a search server.
search_api_track_item_change in ./search_api.module
Mark the items with the specified IDs as "dirty", i.e., as needing to be reindexed.
search_api_track_item_delete in ./search_api.module
Removes items from all indexes.
search_api_track_item_insert in ./search_api.module
Inserts new unindexed items for all indexes on the specified type.
search_api_views_views_data in contrib/search_api_views/search_api_views.views.inc
Implements hook_views_data().
search_api_views_views_plugins in contrib/search_api_views/search_api_views.views.inc
Implements hook_views_plugins().
_search_api_entity_datasource_bundle_change in ./search_api.module
Reacts to a change in the bundle of an entity.
_search_api_index_queued_items in ./search_api.module
Shutdown function which indexes all queued items, if any.
_search_api_rules_action_index in ./search_api.rules.inc
Rules action for indexing an item.