hook_search_api_solr_documents_alter |
./search_api_solr.api.php |
Alter Solr documents before they are sent to Solr for indexing. |
|
|
hook_search_api_solr_field_mapping_alter |
./search_api_solr.api.php |
Change the way the index's field names are mapped to Solr field names. |
|
|
hook_search_api_solr_query_alter |
./search_api_solr.api.php |
Lets modules alter the Solarium select query before executing it. |
|
|
hook_search_api_solr_search_results_alter |
./search_api_solr.api.php |
Lets modules alter the search results returned from a Solr search. |
|
|
search_api_solr_cron |
./search_api_solr.module |
Implements hook_cron(). |
|
|
search_api_solr_defaults_requirements |
search_api_solr_defaults/search_api_solr_defaults.install |
Implements hook_requirements(). |
|
|
search_api_solr_entity_type_alter |
./search_api_solr.module |
Implements hook_entity_type_alter(). |
|
|
search_api_solr_form_search_api_index_form_alter |
./search_api_solr.module |
|
|
|
search_api_solr_form_search_api_index_form_validate_server |
./search_api_solr.module |
|
|
1 |
search_api_solr_get_active_servers |
./search_api_solr.install |
Gets all active Solr servers. |
1 |
|
search_api_solr_help |
./search_api_solr.module |
Implements hook_help(). |
|
|
search_api_solr_hook_search_api_data_type_info |
./search_api_solr.api.php |
Provide Solr dynamic fields as Search API data types. |
|
|
search_api_solr_post_update_install_standard_highlighter_config |
./search_api_solr.post_update.php |
Installs the standard highlighter config. |
|
|
search_api_solr_requirements |
./search_api_solr.install |
Implements hook_requirements(). |
1 |
|
search_api_solr_search_api_server_update |
./search_api_solr.module |
Implements hook_search_api_server_update(). |
|
|
search_api_solr_search_api_views_handler_mapping_alter |
./search_api_solr.module |
Implements hook_search_api_views_handler_mapping_alter() |
|
|
search_api_solr_uninstall |
./search_api_solr.install |
Implements hook_uninstall(). |
|
|
search_api_solr_update_8001 |
./search_api_solr.install |
Split Solr paths stored in configurations into server and core parts. |
|
|
search_api_solr_update_8002 |
./search_api_solr.install |
Convert http_user and http_pass to username and password config for Solarium. |
|
|
search_api_solr_update_8003 |
./search_api_solr.install |
Add default timeout settings to existing configs. |
|
|
search_api_solr_update_8004 |
./search_api_solr.install |
Migrate existing backend configurations to the basic auth connector plugin. |
|
|
search_api_solr_update_8005 |
./search_api_solr.install |
Add commit_within settings to existing connector configs. |
|
|
search_api_solr_update_8006 |
./search_api_solr.install |
Add autocomplete settings to existing configs. |
|
|
search_api_solr_update_8007 |
./search_api_solr.install |
Remove old autocomplete settings in existing configs. |
|
|
search_api_solr_update_8008 |
./search_api_solr.install |
Remove obsolete settings in existing configs. |
|
|
search_api_solr_update_8009 |
./search_api_solr.install |
Solarium 6 adjustments. Warning! If you have overwritten the connection
settings, don't forget to adjust the 'path'. See the release notes for
details. |
|
|
search_api_solr_update_helper_get_backend_configs |
./search_api_solr.install |
Gets all backend configs for active Solr servers. |
8 |
|
search_api_solr_update_helper_save_backend_config |
./search_api_solr.install |
Saves a modified backend config for a given Solr server. |
8 |
|