You are here

function apachesolr_index_node_bundles_changed in Apache Solr Search 6.3

Same name and namespace in other branches
  1. 8 apachesolr.index.inc \apachesolr_index_node_bundles_changed()
  2. 7 apachesolr.index.inc \apachesolr_index_node_bundles_changed()
1 string reference to 'apachesolr_index_node_bundles_changed'
apachesolr_get_index_callbacks in ./apachesolr.module
Return a set of callbacks for indexing a node

File

./apachesolr.index.inc, line 865
Functions related to Apache Solr indexing operations.

Code

function apachesolr_index_node_bundles_changed($env_id, $existing_bundles, $new_bundles) {

  // Nothing to do for now.
}