You are here

Functions in Search API Elasticsearch 7

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_download_elastica modules/elastica/search_api_elasticsearch_elastica.drush.inc Command to download the Elastica PHP Library. 1 1
drush_search_api_elasticsearch_elastica_pre_pm_enable modules/elastica/search_api_elasticsearch_elastica.drush.inc Implements drush_MODULE_pre_COMMAND().
hook_search_api_elasticsearch_elastica_add_index_alter modules/elastica/search_api_elasticsearch_elastica.api.php Allows modules to alter index configuration during creation.
hook_search_api_elasticsearch_elastica_documents_alter modules/elastica/search_api_elasticsearch_elastica.api.php Allows modules to alter documents before sending to Elasticsearch.
hook_search_api_elasticsearch_elastica_query_alter modules/elastica/search_api_elasticsearch_elastica.api.php Allows modules to alter Elastica query.
search_api_elasticsearch_add_index_submit ./search_api_elasticsearch.module Submit handler 1
search_api_elasticsearch_ajax_callback ./search_api_elasticsearch.module Ajax callback. 1
search_api_elasticsearch_analysis_form includes/search_api_elasticsearch.admin.inc Form constructor for the Elasticsearch analysis configuration form. 1
search_api_elasticsearch_analysis_form_submit includes/search_api_elasticsearch.admin.inc Form submit handler for the Elasticsearch analysis configuration form. 1
search_api_elasticsearch_analysis_form_validate includes/search_api_elasticsearch.admin.inc Form validation for the Elasticsearch analysis configuration form. 1
search_api_elasticsearch_attach_ajax_callback ./search_api_elasticsearch.module Attach the Ajax attributes. 1
search_api_elasticsearch_edit_index_submit ./search_api_elasticsearch.module Submit handler 1
search_api_elasticsearch_elastica_add_options modules/elastica/search_api_elasticsearch_elastica.module Add options common function. 1
search_api_elasticsearch_elastica_disable modules/elastica/search_api_elasticsearch_elastica.install Implements hook_disable().
search_api_elasticsearch_elastica_drush_command modules/elastica/search_api_elasticsearch_elastica.drush.inc Implements hook_drush_command().
search_api_elasticsearch_elastica_form_alter modules/elastica/search_api_elasticsearch_elastica.module Implements hook_form_alter().
search_api_elasticsearch_elastica_loaded modules/elastica/search_api_elasticsearch_elastica.module Check if the Elastica library is loaded. 1
search_api_elasticsearch_elastica_requirements modules/elastica/search_api_elasticsearch_elastica.install Implements hook_requirements().
search_api_elasticsearch_elastica_return_form_options modules/elastica/search_api_elasticsearch_elastica.module The form options for add/edit index. 1
search_api_elasticsearch_elastica_search_api_index_reindex modules/elastica/search_api_elasticsearch_elastica.module Implements hook_search_api_index_reindex. Since there is no way to put a mapping and settings on an index simultaneously, we allow users to delete and remap an index by using the clear index feature. This approximates the ElasticSearch recommendation…
search_api_elasticsearch_elastica_search_api_service_info modules/elastica/search_api_elasticsearch_elastica.module Implements hook_search_api_service_info().
search_api_elasticsearch_get_server_id_by_name ./search_api_elasticsearch.module Get server ID by name. 2
search_api_elasticsearch_menu ./search_api_elasticsearch.module Implements hook_menu().
search_api_elasticsearch_uninstall modules/elastica/search_api_elasticsearch_elastica.install Implements hook_uninstall().
search_api_elasticsearch_update_7101 ./search_api_elasticsearch.install Upgrade to multiple client support and convert settings.
search_api_elasticsearch_views_api ./search_api_elasticsearch.module Implements hook_views_api().
search_api_elasticsearch_views_data_alter ./search_api_elasticsearch.views.inc Implements hook_views_data_alter().
_search_api_elasticsearch_configuration_form_ajax ./search_api_elasticsearch.module Ajax callback for adding more nodes. 1
_search_api_elasticsearch_configuration_form_remove_ajax ./search_api_elasticsearch.module Ajax callback for remove nodes. 1
_search_api_elasticsearch_configuration_form_remove_custom ./search_api_elasticsearch.module Submit handler on removing elements 1
_search_api_elasticsearch_configuration_form_submit_custom ./search_api_elasticsearch.module Submit Handler for the configuration form. 1
_search_api_elasticsearch_elastica_autoload modules/elastica/search_api_elasticsearch_elastica.module Autoloader for the Elastica classes. 3
_search_api_elasticsearch_elastica_fetch_tar modules/elastica/search_api_elasticsearch_elastica.drush.inc Downloads and extracts a tarball. 1
_search_api_elasticsearch_elastica_path modules/elastica/search_api_elasticsearch_elastica.module Return path to Elastica library path, or FALSE if not found. 1

Other projects