function _search_api_rules_action_index_help in Search API 7
File
- ./
search_api.rules.inc, line 91 - Search API Rules integration.
Code
function _search_api_rules_action_index_help() {
return t('Queues an item for reindexing. If "index immediately" is disabled then the item will be indexed during the next cron run.');
}