You are here

Functions in Apache Solr Autocomplete 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
apachesolr_autocomplete_apachesolr_autocomplete_context_alter ./apachesolr_autocomplete.api.php Implements hook_apachesolr_autocomplete_context_alter().
apachesolr_autocomplete_apachesolr_autocomplete_query_alter ./apachesolr_autocomplete.api.php Implements hook_apachesolr_autocomplete_query_alter().
apachesolr_autocomplete_apachesolr_autocomplete_suggestions_alter ./apachesolr_autocomplete.api.php Implements hook_apachesolr_autocomplete_suggestions_alter().
apachesolr_autocomplete_callback ./apachesolr_autocomplete.module Callback for url apachesolr_autocomplete/autocomplete. 1
apachesolr_autocomplete_do_alter ./apachesolr_autocomplete.module Helper function to do the actual altering of search forms. 3
apachesolr_autocomplete_engines ./apachesolr_autocomplete.module Returns all the available engines to handle autocomplete. 1
apachesolr_autocomplete_fix_indexes ./apachesolr_autocomplete.module Convert the keys in an array from '*foo' to 'foo' 1
apachesolr_autocomplete_form_alter ./apachesolr_autocomplete.module
apachesolr_autocomplete_form_apachesolr_search_custom_page_search_form_alter ./apachesolr_autocomplete.module Implementation of hook_form_FORM_ID_alter().
apachesolr_autocomplete_form_apachesolr_settings_alter ./apachesolr_autocomplete.module Alter the apachesolr.module "advanced settings" form. TODO: Move this off onto each engine.
apachesolr_autocomplete_form_search_block_form_alter ./apachesolr_autocomplete.module Implementation of hook_form_FORM_ID_alter().
apachesolr_autocomplete_form_search_form_alter ./apachesolr_autocomplete.module Implementation of hook_form_FORM_ID_alter().
apachesolr_autocomplete_get_default_context ./apachesolr_autocomplete.module Return the default config for the current context. 1
apachesolr_autocomplete_get_stopwords ./apachesolr_autocomplete.module Gets the current stopwords list configured in Solr. 1
apachesolr_autocomplete_init ./apachesolr_autocomplete.module Implementation of hook_init().
apachesolr_autocomplete_invoke ./apachesolr_autocomplete.module Given a set of keys, invoke all the available autocomplete engines and build an array of suggestions. 1
apachesolr_autocomplete_menu ./apachesolr_autocomplete.module Implementation of hook_menu().
apachesolr_autocomplete_suggest ./apachesolr_autocomplete.module 2
apachesolr_autocomplete_suggest_additional_term ./apachesolr_autocomplete.module Helper function that suggests additional terms to search for.
apachesolr_autocomplete_suggest_word_completion ./apachesolr_autocomplete.module Helper function that suggests ways to complete partial words.
apachesolr_autocomplete_uninstall ./apachesolr_autocomplete.install Implements hook_uninstall().
theme_apachesolr_autocomplete_highlight ./apachesolr_autocomplete.module Themes each returned suggestion. TODO: Move theming functions into JS.
theme_apachesolr_autocomplete_spellcheck ./apachesolr_autocomplete.module Themes the spellchecker's suggestion. TODO: Move theming functions into JS.

Other projects