You are here

11 calls to apachesolr_get_index_bundles() in Apache Solr Search 6.3

apachesolr_content_extra_fields in ./apachesolr.module
Implements hook_content_extra_fields().
apachesolr_cron in ./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
apachesolr_ctools_environment_export in ./apachesolr.module
Callback for exporting Apache Solr environments as CTools exportables.
apachesolr_entity_should_index in ./apachesolr.module
Determines if we should index the provided entity.
apachesolr_index_config_form in ./apachesolr.admin.inc
Form builder for the bundle configuration form.
apachesolr_index_config_form_submit in ./apachesolr.admin.inc
Submit handler for the bundle configuration form.
apachesolr_index_get_entities_to_index in ./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
apachesolr_index_node_solr_reindex in ./apachesolr.index.inc
Reindexing callback for ApacheSolr, for nodes.
apachesolr_index_status in ./apachesolr.index.inc
Returns the total number of documents that are able to be indexed and the number of documents left to be indexed.
apachesolr_node_type in ./apachesolr.module
Implements hook_node_type().
_apachesolr_index_get_next_set_query in ./apachesolr.index.inc
Internal function that identifies entities that are still due to be indexed.