You are here

Functions in Apache Solr Search 6.3

Primary tabs

Namesort descending Location Description Direct uses Strings
anode_access_test_install apachesolr_access/tests/anode_access_test.install Implements hook_install().
anode_access_test_node_access_records apachesolr_access/tests/anode_access_test.module Implements hook_node_access_records().
anode_access_test_node_grants apachesolr_access/tests/anode_access_test.module Implements hook_node_grants().
anode_access_test_perm apachesolr_access/tests/anode_access_test.module Implements hook_perm().
anode_access_test_schema apachesolr_access/tests/anode_access_test.install Implements hook_schema().
anode_access_test_uninstall apachesolr_access/tests/anode_access_test.install Implements hook_uninstall().
apachesolr_access_apachesolr_index_document_build_node apachesolr_access/apachesolr_access.module Implements hook_apachesolr_index_document_build_node() 1
apachesolr_access_apachesolr_query_alter apachesolr_access/apachesolr_access.module Implements hook_apachesolr_query_alter().
apachesolr_access_build_subquery apachesolr_access/apachesolr_access.module Creates a Solr query for a given user 2
apachesolr_access_clean_realm_name apachesolr_access/apachesolr_access.module Helper function - return a safe (PHP identifier) realm name. 2
apachesolr_access_enable apachesolr_access/apachesolr_access.module
apachesolr_access_form_node_configure_alter apachesolr_access/apachesolr_access.module Implements hook_form_FORM_ID_alter().
apachesolr_access_node_access_records apachesolr_access/apachesolr_access.module Implements hook_node_access_records().
apachesolr_access_node_insert apachesolr_access/apachesolr_access.module Implements hook_node_insert(). hook_node*() is called before hook_node_access_records() in node_save().
apachesolr_access_node_update apachesolr_access/apachesolr_access.module Implements hook_node_update().
apachesolr_access_rebuild_nodeaccess apachesolr_access/apachesolr_access.module Force Solr to do a total re-index when node access rules change. 1
apachesolr_apachesolr_index_document_build_node ./apachesolr.module Implements hook_apachesolr_index_document_build_node().
apachesolr_array_merge_deep_array ./apachesolr.module Backport of http://api.drupal.org/api/drupal/includes%21bootstrap.inc/function/drupa... 1
apachesolr_bias_settings_page ./apachesolr_search.admin.inc Menu callback - Bias settings form. 1
apachesolr_check_facetapi ./apachesolr.admin.inc Check to see if the facetapi module is installed, and if not put up a message. 1
apachesolr_clean_text ./apachesolr.module Strip html tags and also control characters that cause Jetty/Solr to fail. 5 1
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. 3
apachesolr_clear_last_index_position ./apachesolr.module Clear a specific environment, or clear all. 2
apachesolr_comment ./apachesolr.module Implements hook_comment().
apachesolr_common_node_facets ./apachesolr.module Helper function returning common facet definitions. 1
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_extra_fields ./apachesolr.module Implements hook_content_extra_fields().
apachesolr_convert_entity_to_documents ./apachesolr.index.inc The given entity is converted to an array via the callback specified in the entity type's info array. The array that the entity is converted to is the model of the document sent to the Apache Solr server for indexing. This function allows… 1
apachesolr_create_unique_id ./apachesolr.module Generator for an unique ID of an environment 2
apachesolr_cron ./apachesolr.module Implements hook_cron(). Runs the indexing process on all writable environments or just a given environment. @todo See if we can add info to the content type array for the cron_check 1
apachesolr_ctools_environment_delete ./apachesolr.module Callback for reverting Apache Solr environment CTools exportables. 1
apachesolr_ctools_environment_export ./apachesolr.module Callback for exporting Apache Solr environments as CTools exportables. 1
apachesolr_ctools_environment_save ./apachesolr.module Callback for saving Apache Solr environment CTools exportables. 1
apachesolr_current_query ./apachesolr.module Static getter/setter for the current query. Only set once per page. 9
apachesolr_datestamp_default_indexing_callback ./apachesolr.index.inc This function is used during indexing to normalize the DATESTAMP fields into the appropriate format for Apache Solr. 1
apachesolr_date_default_indexing_callback ./apachesolr.index.inc This function is used during indexing to normalize the DATE and DATETIME fields into the appropriate format for Apache Solr. 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 3
apachesolr_default_environment ./apachesolr.module Get or set the default environment ID for the current page. 49 2
apachesolr_default_node_facet_info ./apachesolr.module Returns an array of facets for node fields and attributes. 1
apachesolr_devel ./apachesolr.admin.inc Callback for node/%node/devel/apachesolr 1
apachesolr_document_id ./apachesolr.module Generate a unique ID for an entity being indexed. 7
apachesolr_do_query ./apachesolr.module Execute a keyword search based on a query object. 2
apachesolr_drupal_query ./apachesolr.module Factory function for query objects. 4
apachesolr_drupal_subquery ./apachesolr.module Factory function for query objects. 2
apachesolr_drush_command drush/apachesolr.drush.inc Implements hook_drush_command().
apachesolr_drush_help drush/apachesolr.drush.inc Implements hook_drush_help().
apachesolr_drush_solr_delete_index drush/apachesolr.drush.inc Selectively delete content from the apachesolr index. 1
apachesolr_drush_solr_get_env_id drush/apachesolr.drush.inc 1
apachesolr_drush_solr_get_env_name drush/apachesolr.drush.inc 1

Pages

Other projects