You are here

function apachesolr_nodeaccess_apachesolr_attachments_update_index in Apache Solr Search 5

Implementation of apachesolr_attachments_update_index

File

contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.module, line 20

Code

function apachesolr_nodeaccess_apachesolr_attachments_update_index(&$document, $node, &$file) {

  // Just call the regular update_index function
  return apachesolr_nodeaccess_apachesolr_update_index($document, $node);
}