You are here

Functions in Search API Grouping 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_search_api_grouping_clean_tracking_table ./search_api_grouping.drush.inc Cleans the index table and ensures there are no orphaned ids.
drush_search_api_grouping_generate ./search_api_grouping.drush.inc Generate the permutations of the denormalized entities.
drush_search_api_grouping_process_permutation_queue ./search_api_grouping.drush.inc Processes queue items. 1
search_api_grouping_cron ./search_api_grouping.module Implements hook_cron(). 1
search_api_grouping_cron_queue_info ./search_api_grouping.module Implements hook_cron_queue_info().
search_api_grouping_drush_command ./search_api_grouping.drush.inc Implements hook_drush_command().
search_api_grouping_entity_delete ./search_api_grouping.module Implements hook_entity_delete().
search_api_grouping_entity_insert ./search_api_grouping.module Implements hook_entity_insert().
search_api_grouping_entity_update ./search_api_grouping.module Implements hook_entity_update().
search_api_grouping_generate_keys ./search_api_grouping.module Recursive callback to generate the elements of our pseudo keys. 1
search_api_grouping_generate_permuatations ./search_api_grouping.module Execution callback for the cron queue item. 1 4
search_api_grouping_generate_pseudo_keys ./search_api_grouping.module Generate our custom pseudo keys based on the entity data. 1
search_api_grouping_get_entity_from_type ./search_api_grouping.module Returns an index type for the given entity type. 1
search_api_grouping_get_ids ./search_api_grouping.module Return a set of existing pseudo keys keyed by our custom serial id. 1
search_api_grouping_get_type ./search_api_grouping.module Returns an index type for the given entity type. 4
search_api_grouping_schema ./search_api_grouping.install Implements hook_schema(). 2
search_api_grouping_search_api_item_type_info ./search_api_grouping.module Implements hook_search_api_item_type_info().
search_api_grouping_search_api_processor_info ./search_api_grouping.module Implements hook_search_api_processor_info().
search_api_grouping_search_api_solr_field_mapping_alter ./search_api_grouping.module Implements hook_search_api_solr_field_mapping_alter().
search_api_grouping_unwrap_field_type ./search_api_grouping.views.inc Unwraps a field type to a certain level. 1
search_api_grouping_update_7000 ./search_api_grouping.install Add new columns required for processing.
search_api_grouping_update_7001 ./search_api_grouping.install Ensure table indexes are set.
search_api_grouping_views_api ./search_api_grouping.module Implements hook_views_api().
search_api_grouping_views_data_alter ./search_api_grouping.views.inc Implements hook_views_data_alter().
_search_api_grouping_index_immediatley_hijack ./search_api_grouping.module Ensure the ids are adjusted if index immediately is enabled. 2

Other projects