You are here

function apachesolr_attachments_update_6001 in Apache Solr Attachments 6.2

Same name and namespace in other branches
  1. 6 apachesolr_attachments.install \apachesolr_attachments_update_6001()

Force reindex for entity field.

File

./apachesolr_attachments.install, line 137
Install, update and uninstall functions for the apachesolr_attachments module.

Code

function apachesolr_attachments_update_6001() {
  $ret = array();
  apachesolr_clear_last_index('apachesolr_attachments');
  return $ret;
}