Version 1.1 (checked in on 2009/10/07 at 22:23:31 by jpmckinney)
| Name | Description |
|---|---|
| apachesolr_ajax_add_human_field_values_to_index | Adds human-readable field values to the index under a new field. |
| apachesolr_ajax_add_js | Loads all required JavaScript files. Invokes hook_apachesolr_ajax_widget() so modules can add JS for widgets. |
| apachesolr_ajax_apachesolr_ajax_human_field_data | Implementation of hook_apachesolr_ajax_human_field_data(). |
| apachesolr_ajax_apachesolr_ajax_widget_data | Implementation of hook_apachesolr_ajax_widget_data(). |
| apachesolr_ajax_apachesolr_modify_query | Implementation of hook_apachesolr_modify_query(). |
| apachesolr_ajax_apachesolr_update_index | Implementation of hook_apachesolr_update_index(). |
| apachesolr_ajax_filters_to_hash | Transform an apachesolr-style URL into an apachesolr_ajax-style URL. |
| apachesolr_ajax_get_url | Returns the URL for Solr to contact. |
| apachesolr_ajax_hash_to_filters | Transform an apachesolr_ajax-style URL into an apachesolr-style URL. |
| apachesolr_ajax_human_field_data | Invokes and caches the results of hook_apachesolr_ajax_human_field_data(). Provides a drupal_alter() for changing the data for fields. |
| apachesolr_ajax_human_field_data_load | Returns the field data for the matching field. |
| apachesolr_ajax_human_field_label | Returns the human-readable label for the Solr field. |
| apachesolr_ajax_human_field_name | Returns the name for the new Solr field in which we will store the human-readable values of the given field. |
| apachesolr_ajax_init_date_widget | Sets defaults for a date widget faceting on a node's `created` or `changed` timestamp. Sets the widgetclass, minDate, maxDate, and granularity. |
| apachesolr_ajax_loaded | Returns whether this module has been loaded. |
| apachesolr_ajax_manager_data | Returns all data for the manager. Provides a drupal_alter() for changing the data for the manager. |
| apachesolr_ajax_menu | Implementation of hook_menu(). |
| apachesolr_ajax_menu_alter | Implementation of hook_menu_alter(). |
| apachesolr_ajax_passthru_enabled | Access callback. |
| apachesolr_ajax_search_view | Re-implementation of apachesolr_search_view(). |
| apachesolr_ajax_widget_data | Returns all data for widget instances. Invokes hook_apachesolr_ajax_widget_data() so modules may add widgets. Provides a drupal_alter() for changing the data for widget instances. |
| apachesolr_ajax_widget_data_load | Returns the widget data for the matching widget. |