You are here

Functions in Apache Solr Search 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
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_batch_index_finished ./apachesolr.admin.inc Batch 'finished' callback 1
apachesolr_batch_index_nodes ./apachesolr.admin.inc Batch Operation Callback 1
apachesolr_batch_index_remaining ./apachesolr.admin.inc Submit a batch job to index the remaining, unindexed content. 2
apachesolr_block ./apachesolr.module Implementation of hook_block().
apachesolr_block_admin_configure_submit ./apachesolr.module 1
apachesolr_block_visibility ./apachesolr.module This code makes a decision whether to show a block or not. 3
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. 9
apachesolr_cck_integer_indexing_callback ./apachesolr.index.inc 1
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_nodereference_indexing_callback ./apachesolr.index.inc 1
apachesolr_cck_text_field_callback ./apachesolr.module Use the content.module's content_format() to format the field based on its value ($facet). 2
apachesolr_cck_text_indexing_callback ./apachesolr.index.inc 2
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_cck_userreference_indexing_callback ./apachesolr.index.inc 1
apachesolr_clean_text ./apachesolr.index.inc Strip html tags and also control characters that cause Jetty/Solr to fail. 4
apachesolr_clear_cache ./apachesolr.module A wrapper for cache_clear_all to be used as a submit handler on forms that require clearing Luke cache etc. 1 3
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. 3
apachesolr_comment ./apachesolr.module Implementation of hook_comment().
apachesolr_commentsearch_apachesolr_document_handlers contrib/apachesolr_commentsearch/apachesolr_commentsearch.module Implementation of hook_apachesolr_document_handlers().
apachesolr_commentsearch_apachesolr_modify_query contrib/apachesolr_commentsearch/apachesolr_commentsearch.module
apachesolr_commentsearch_apachesolr_process_results contrib/apachesolr_commentsearch/apachesolr_commentsearch.module
apachesolr_commentsearch_apachesolr_search_result_alter contrib/apachesolr_commentsearch/apachesolr_commentsearch.module
apachesolr_commentsearch_apachesolr_theme_breadcrumb_alter contrib/apachesolr_commentsearch/apachesolr_commentsearch.module
apachesolr_commentsearch_comment contrib/apachesolr_commentsearch/apachesolr_commentsearch.module Removes the comment from the index if the comment is deleted or unpublished.
apachesolr_commentsearch_delete_comment_from_index contrib/apachesolr_commentsearch/apachesolr_commentsearch.module Removes a comment from the index. 1
apachesolr_commentsearch_install contrib/apachesolr_commentsearch/apachesolr_commentsearch.install Implementation of hook_install().
apachesolr_commentsearch_node_to_comments contrib/apachesolr_commentsearch/apachesolr_commentsearch.module 1
apachesolr_commentsearch_page_count contrib/apachesolr_commentsearch/apachesolr_commentsearch.module Calculate the page number for the given comment. 1
apachesolr_commentsearch_theme contrib/apachesolr_commentsearch/apachesolr_commentsearch.module Implementation of hook_theme().
apachesolr_commentsearch_uninstall contrib/apachesolr_commentsearch/apachesolr_commentsearch.install Implementation of hook_uninstall().
apachesolr_config_file ./apachesolr.admin.inc Page callback to show one conf file. 1
apachesolr_config_files_overview ./apachesolr.admin.inc Page callback to show available conf files. 1
apachesolr_content_fieldapi ./apachesolr.module Implementation of hook_content_fieldapi().
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 8
apachesolr_date_apachesolr_cck_fields_alter contrib/apachesolr_date/apachesolr_date.module Implementation of hook_apachesolr_cck_fields_alter(). This function adds the CCK date fields' definitions to let them be recognized as facets.
apachesolr_date_apachesolr_facets contrib/apachesolr_date/apachesolr_date.module Implementation of hook_apachesolr_facets(). Only handles end date facets. Start date facet definitions are handled later. 2
apachesolr_date_apachesolr_prepare_query contrib/apachesolr_date/apachesolr_date.module Implementation of hook_apachesolr_prepare_query(). Adds sorts for enabled date facets to the sorting block.
apachesolr_date_block contrib/apachesolr_date/apachesolr_date.module Implementation of hook_block().
apachesolr_date_datestamp_field_indexing_callback contrib/apachesolr_date/apachesolr_date.module This function is used during indexing to normalize the DATESTAMP fields into the appropriate format for Apache Solr. 1
apachesolr_date_date_facet_block contrib/apachesolr_date/apachesolr_date.module Helper function for displaying a date facet blocks. 1
apachesolr_date_date_field_indexing_callback contrib/apachesolr_date/apachesolr_date.module This function is used during indexing to normalize the DATE and DATETIME fields into the appropriate format for Apache Solr. 1
apachesolr_date_determine_gap ./apachesolr.module Determine the best search gap to use for an arbitrary date range. 2
apachesolr_date_display_callback contrib/apachesolr_date/apachesolr_date.module Handles facet text and breadcrumb displays for dates or date ranges. 2

Pages

Other projects