You are here

Functions in Apache Solr Search 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
apachesolr_date_facet_block ./apachesolr.module Helper function for displaying a date facet block. 1
apachesolr_date_find_query_gap ./apachesolr.module Determine the gap in a date range query filter that we generated. 5
apachesolr_date_format_iso_by_gap ./apachesolr.module Format an ISO date string based on the gap used to generate it. 4
apachesolr_date_format_range ./apachesolr.module Format the beginning of a date range query filter that we generated. 2
apachesolr_date_gap_drilldown ./apachesolr.module Return the next smaller date gap. 2
apachesolr_date_iso ./apachesolr.module Convert date from timestamp into ISO 8601 format. 6
apachesolr_date_search_date_range contrib/apachesolr_date/apachesolr_date.module When faceting and filtering we need to infer ranges of dates. This function looks at a query and a facet field and returns a date range for use in querying. 1 1
apachesolr_date_uninstall contrib/apachesolr_date/apachesolr_date.install Implementation of hook_uninstall().
apachesolr_delete_index ./apachesolr.admin.inc Utility function to delete the index and reset all index counters. 2
apachesolr_delete_index_confirm ./apachesolr.admin.inc Confirmation form for "Delete the index" button 1
apachesolr_delete_index_confirm_submit ./apachesolr.admin.inc Submit function for the "Delete the index" confirmation form.
apachesolr_delete_node_from_index ./apachesolr.module 2
apachesolr_document_id ./apachesolr.module Generate a unique ID for an entity being indexed. 8
apachesolr_do_query ./apachesolr.module Execute a search based on a query object. 1
apachesolr_drupal_query ./apachesolr.module Factory function for query objects. 9
apachesolr_drush_command drush/apachesolr.drush.inc Implementation of hook_drush_command().
apachesolr_drush_help drush/apachesolr.drush.inc Implementation of hook_drush_help().
apachesolr_drush_solr_delete_index drush/apachesolr.drush.inc Example drush command callback. 1
apachesolr_drush_solr_index drush/apachesolr.drush.inc 1
apachesolr_drush_solr_phpclient drush/apachesolr.drush.inc 1
apachesolr_drush_solr_reindex drush/apachesolr.drush.inc 1
apachesolr_drush_solr_search drush/apachesolr.drush.inc 1
apachesolr_enable ./apachesolr.install Implementation of hook_enable().
apachesolr_enabled_facets_form ./apachesolr.admin.inc Creates the form that allows the user to select which facets will be enabled. 1
apachesolr_enabled_facets_form_submit ./apachesolr.admin.inc This is the submit handler for the active facets form.
apachesolr_exclude_types ./apachesolr.module 2
apachesolr_facetcount_form ./apachesolr.module Used by the 'configure' $op of hook_block so that modules can generically set facet limits on their blocks. 2
apachesolr_facetcount_save ./apachesolr.module Used by the 'save' $op of hook_block so that modules can generically set facet limits on their blocks. 2
apachesolr_facet_block ./apachesolr.module Helper function for displaying a facet block. 1 2
apachesolr_failure ./apachesolr.module Determines Apache Solr's behavior when searching causes an exception (e.g. Solr isn't available.) Depending on the admin settings, possibly redirect to Drupal's core search. 2 1
apachesolr_field_name_map ./apachesolr.module Try to map a schema field name to a human-readable description. 3
apachesolr_flatten_documents_array ./apachesolr.module Function to flatten documents array recursively. 1
apachesolr_flush_caches ./apachesolr.module Implementation of hook_flush_caches().
apachesolr_form_block_admin_configure_alter ./apachesolr.module Implementation of hook_form_[form_id]_alter().
apachesolr_form_block_admin_display_form_alter ./apachesolr.module Implementation of hook_form_[form_id]_alter
apachesolr_form_content_field_edit_form_alter ./apachesolr.module Implementation of hook_form_[form_id]_alter().
apachesolr_form_content_field_overview_form_alter ./apachesolr.module Implementation of hook_form_[form_id]_alter().
apachesolr_form_node_type_form_alter ./apachesolr.module Implementation of hook_form_[form_id]_alter().
apachesolr_get_enabled_facets ./apachesolr.module Return the enabled facets from the specified block array. 9
apachesolr_get_facet_definitions ./apachesolr.module 6
apachesolr_get_facet_definition_by_field_name ./apachesolr.module Returns a member of the facet definitions array if it contains $field_name as the 'field_name' element. 1
apachesolr_get_last_index ./apachesolr.module Returns last changed and last nid for an indexing namespace. 2
apachesolr_get_nodes_to_index ./apachesolr.module Returns an array of rows from a query based on an indexing namespace. 2
apachesolr_get_parent_terms ./apachesolr_search.module 1
apachesolr_get_solr ./apachesolr.module Factory method for solr singleton object. Structure allows for an arbitrary number of solr objects to be used based on the host, port, path combination. Get an instance like this: $solr = apachesolr_get_solr(); 26
apachesolr_has_searched ./apachesolr.module Semaphore that indicates whether a search has been done. Blocks use this later to decide whether they should load or not. 6
apachesolr_image_apachesolr_modify_query contrib/apachesolr_image/apachesolr_image.module Implementation of hook_apachesolr_modify_query().
apachesolr_image_apachesolr_process_results contrib/apachesolr_image/apachesolr_image.module Implementation of hook_apachesolr_process_results().
apachesolr_image_apachesolr_update_index contrib/apachesolr_image/apachesolr_image.module Implementation of hook_apachesolr_update_index().
apachesolr_image_enable contrib/apachesolr_image/apachesolr_image.module Implementation of hook_enable().

Pages

Other projects