You are here

Functions in Apache Solr Search 5.2

Primary tabs

Namesort descending Location Description Direct uses Strings
apachesolr_add_node_document ./apachesolr.index.inc Add a document to the $documents array based on a node ID.
apachesolr_add_tags_to_document ./apachesolr.index.inc Extract HTML tag contents from $text and add to boost fields. 1
apachesolr_add_taxonomy_to_document ./apachesolr.index.inc Extract taxonomy from $node and add to dynamic fields. 1
apachesolr_block ./apachesolr.module Implementation of hook_block().
apachesolr_boost_settings_page ./apachesolr_search.admin.inc Menu callback - boosts settings form. 1
apachesolr_cck_fields ./apachesolr.module Invokes hook_apachesolr_cck_field_mappings to find out how to handle CCK fields. 6
apachesolr_cck_nodereference_field_callback ./apachesolr.module Use the content.module's content_format() to format the field based on its nid ($facet). 1
apachesolr_cck_text_field_callback ./apachesolr.module Use the content.module's content_format() to format the field based on its value ($facet). 1
apachesolr_cck_userreference_field_callback ./apachesolr.module Use the content.module's content_format() to format the field based on its uid ($facet). 1
apachesolr_clean_text ./apachesolr.index.inc Strip html tags and also control characters that cause Jetty/Solr to fail. 2
apachesolr_clear_cck_fields_cache ./apachesolr.module This function is invoked after a CCK add/edit/delete and is used to clear the cache.
apachesolr_clear_index ./apachesolr.admin.inc
apachesolr_clear_index_confirm ./apachesolr.admin.inc Confirmation form for "Re-index all content" button 1
apachesolr_clear_index_confirm_submit ./apachesolr.admin.inc Submit function for the "Re-index all content" confirmation form.
apachesolr_clear_last_index ./apachesolr.module Clear a specific namespace's last changed and nid, or clear all. 4
apachesolr_comment ./apachesolr.module Implementation of hook_comment().
apachesolr_cron ./apachesolr.module Implementation of hook_cron().
apachesolr_cron_check_node_table ./apachesolr.index.inc hook_cron() helper to try to make {apachesolr_search_node} consistent with {node}. 1
apachesolr_current_query ./apachesolr.module Static getter/setter for the current query 6
apachesolr_date_determine_gap ./apachesolr.module Determine the best search gap to use for an arbitrary date range. 1
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. 3
apachesolr_date_format_iso_by_gap ./apachesolr.module Format an ISO date string based on the gap used to generate it. 2
apachesolr_date_format_range ./apachesolr.module Format the beginning of a date range query filter that we generated. 1
apachesolr_date_gap_drilldown ./apachesolr.module Return the next smaller date gap. 1
apachesolr_date_iso ./apachesolr.module Convert date from timestamp into ISO 8601 format. http://lucene.apache.org/solr/api/org/apache/solr/schema/DateField.html 2
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_index_form ./apachesolr.admin.inc Create a form for deleting the contents of the Solr index. 2
apachesolr_delete_index_form_submit ./apachesolr.admin.inc Submit handler for apachesolr_delete_index_form()
apachesolr_delete_node_from_index ./apachesolr.module 2
apachesolr_document_id ./apachesolr.module Generate a unique ID for an entity being indexed. 5
apachesolr_do_query ./apachesolr.module Execute a search based on a query object. 1
apachesolr_drupal_query ./apachesolr.module Factory function for query objects. 3
apachesolr_drush_command ./apachesolr.drush.inc Implementation of hook_drush_command().
apachesolr_drush_help ./apachesolr.drush.inc Implementation of hook_drush_help().
apachesolr_drush_solr_delete_index ./apachesolr.drush.inc Example drush command callback. 1
apachesolr_drush_solr_phpclient ./apachesolr.drush.inc 1
apachesolr_drush_solr_reindex ./apachesolr.drush.inc 1
apachesolr_drush_solr_search ./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_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. 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. 1 1
apachesolr_field_name_map ./apachesolr.module Try to map a schema field name to a human-readable description. 1
apachesolr_form_alter ./apachesolr.module Implementation of hook_form_alter

Pages

Other projects