You are here

Functions in Apache Solr Search 6.3

Primary tabs

Namesort descending Location Description Direct uses Strings
apachesolr_form_facetapi_facet_settings_form_alter ./apachesolr.module Implements hook_form_[form_id]_alter(). (D7)
apachesolr_form_field_ui_field_edit_form_alter ./apachesolr.module Implements hook_form_[form_id]_alter(). (D7)
apachesolr_form_field_ui_field_overview_form_alter ./apachesolr.module Implements hook_form_[form_id]_alter(). (D7)
apachesolr_form_node_type_form_alter ./apachesolr.module Implements hook_form_[form_id]_alter().
apachesolr_get_field_mappings ./apachesolr.module Gets the Apache Solr field mappings. 1
apachesolr_get_indexer_table ./apachesolr.module Retrieve the indexer table for an entity type. 14
apachesolr_get_index_bundles ./apachesolr.module Gets a list of the bundles on the specified entity type that should be indexed. 11
apachesolr_get_index_callbacks ./apachesolr.module Return a set of callbacks for indexing a node 4
apachesolr_get_last_index_position ./apachesolr.module Returns last changed and last ID for an environment and entity type. 2
apachesolr_get_last_index_updated ./apachesolr.module Get the timestamp of the last index update. 1
apachesolr_get_max_date ./apachesolr.module Callback that returns the maximum value of the facet's date field. 1
apachesolr_get_min_date ./apachesolr.module Callback that returns the minimum date of the facet's datefield. 1
apachesolr_get_nodes_to_index ./apachesolr.module Function to retrieve all the nodes to index. Deprecated but kept for backwards compatibility
apachesolr_get_solr ./apachesolr.module Factory method for solr singleton objects. Structure allows for an arbitrary number of solr objects to be used based on a name whie maps to the host, port, path combination. Get an instance like this: try { $solr = apachesolr_get_solr(); } catch… 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_index_action_form ./apachesolr.admin.inc Form builder for the Apachesolr Indexer actions form. 1
apachesolr_index_action_form_cron_submit ./apachesolr.admin.inc Submit handler for the deletion form. 1
apachesolr_index_action_form_delete_confirm ./apachesolr.admin.inc Form builder for the index delete/clear form. 1
apachesolr_index_action_form_delete_confirm_submit ./apachesolr.admin.inc Submit handler for the deletion form.
apachesolr_index_action_form_delete_submit ./apachesolr.admin.inc Submit handler for the Indexer actions form, delete button. 1
apachesolr_index_action_form_remaining_confirm ./apachesolr.admin.inc Form builder for to reindex the remaining. 1
apachesolr_index_action_form_remaining_confirm_submit ./apachesolr.admin.inc Submit handler for the deletion form.
apachesolr_index_action_form_remaining_submit ./apachesolr.admin.inc Submit handler for the Indexer actions form, delete button. 1
apachesolr_index_action_form_reset_confirm ./apachesolr.admin.inc Form builder for the index re-enqueue form. 1
apachesolr_index_action_form_reset_confirm_submit ./apachesolr.admin.inc Submit handler for the deletion form.
apachesolr_index_action_form_reset_submit ./apachesolr.admin.inc Submit handler for the Indexer actions form, delete button. 1
apachesolr_index_add_tags_to_document ./apachesolr.index.inc Extract HTML tag contents from $text and add to boost fields. 1
apachesolr_index_batch_index_entities ./apachesolr.admin.inc Batch Operation Callback 1
apachesolr_index_batch_index_finished ./apachesolr.admin.inc Batch 'finished' callback 1
apachesolr_index_batch_index_remaining ./apachesolr.admin.inc Submit a batch job to index the remaining, unindexed content. 2
apachesolr_index_config_form ./apachesolr.admin.inc Form builder for the bundle configuration form. 1
apachesolr_index_config_form_submit ./apachesolr.admin.inc Submit handler for the bundle configuration form.
apachesolr_index_content_numeric_indexing_callback ./apachesolr.index.inc 1
apachesolr_index_content_text_indexing_callback ./apachesolr.index.inc 1
apachesolr_index_delete_bundles ./apachesolr.index.inc Delete from the index documents with the entity type and any of the excluded bundles. 2
apachesolr_index_delete_entity_from_index ./apachesolr.index.inc Delete an entity from the index. 1
apachesolr_index_delete_index ./apachesolr.index.inc Delete the whole index for an environment. 2
apachesolr_index_entities ./apachesolr.index.inc Processes all index queues associated with the passed environment. 2 4
apachesolr_index_entities_document ./apachesolr.index.inc 1
apachesolr_index_entity_to_documents ./apachesolr.index.inc Worker callback for apachesolr_index_entities(). 3
apachesolr_index_get_entities_to_index ./apachesolr.index.inc Returns an array of rows from a query based on an indexing environment. @todo Remove the read only because it is not environment specific 4
apachesolr_index_key ./apachesolr.module Construct a dynamic index name based on information about a field. 7
apachesolr_index_mark_for_reindex ./apachesolr.index.inc 5
apachesolr_index_nodeapi_mass_delete ./apachesolr.index.inc Mass delete nodes form the solr indexer tables. 1
apachesolr_index_nodeapi_mass_update ./apachesolr.index.inc Mass Update nodes from the solr indexer table 1
apachesolr_index_node_bundles_changed ./apachesolr.index.inc 1
apachesolr_index_node_check_table ./apachesolr.index.inc hook_cron() helper to try to make the index table consistent with their respective entity table. 2
apachesolr_index_node_solr_document ./apachesolr.index.inc Builds the node-specific information for a Solr document. 2
apachesolr_index_node_solr_reindex ./apachesolr.index.inc Reindexing callback for ApacheSolr, for nodes. 2
apachesolr_index_node_status_callback ./apachesolr.index.inc Status callback for ApacheSolr, for nodes. 2

Pages

Other projects