You are here

Functions in Apache Solr Autocomplete 7

Primary tabs

Namesort descending Location Description Direct uses Strings
apachesolr_autocomplete_basic_params ./apachesolr_autocomplete.module Return the basic set of parameters for the Solr query. 2
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. 1
apachesolr_autocomplete_form_alter ./apachesolr_autocomplete.module Implementation of hook_form_alter().
apachesolr_autocomplete_form_apachesolr_settings_alter ./apachesolr_autocomplete.module Alter the apachesolr.module "advanced settings" form.
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_menu ./apachesolr_autocomplete.module Implementation of hook_menu().
apachesolr_autocomplete_suggest ./apachesolr_autocomplete.module Helper function to get suggestions from Solr. 2
apachesolr_autocomplete_suggest_additional_term ./apachesolr_autocomplete.module Helper function that suggests additional terms to search for. 1
apachesolr_autocomplete_suggest_word_completion ./apachesolr_autocomplete.module Helper function that suggests ways to complete partial words. 1
apachesolr_autocomplete_theme ./apachesolr_autocomplete.module Implementation of hook_theme().
apachesolr_autocomplete_uninstall ./apachesolr_autocomplete.install Implements hook_uninstall().
apachesolr_autocomplete_update_7100 ./apachesolr_autocomplete.install Implementation of hook_update_N().
apachesolr_autocomplete_variable_get_counts ./apachesolr_autocomplete.module Wrapper around variable_get() for variable apachesolr_autocomplete_counts. 2
apachesolr_autocomplete_variable_get_suggest_keywords ./apachesolr_autocomplete.module Wrapper around variable_get() for variable apachesolr_autocomplete_suggest_keywords. 3
apachesolr_autocomplete_variable_get_suggest_spellcheck ./apachesolr_autocomplete.module Wrapper around variable_get() for variable apachesolr_autocomplete_suggest_spellcheck. 3
apachesolr_autocomplete_variable_get_widget ./apachesolr_autocomplete.module Wrapper around variable_get() for variable apachesolr_autocomplete_widget. 4
hook_apachesolr_autocomplete_suggestions_alter ./apachesolr_autocomplete.api.php Allows modules to alter the suggestions found.
theme_apachesolr_autocomplete_highlight ./apachesolr_autocomplete.module Themes each returned suggestion.
theme_apachesolr_autocomplete_spellcheck ./apachesolr_autocomplete.module Themes the spellchecker's suggestion.

Other projects