function apachesolr_attachments_update_6001 in Apache Solr Attachments 6
Same name and namespace in other branches
- 6.2 apachesolr_attachments.install \apachesolr_attachments_update_6001()
Force reindex for entity field.
File
- ./apachesolr_attachments.install, line 132 
Code
function apachesolr_attachments_update_6001() {
  $ret = array();
  apachesolr_clear_last_index('apachesolr_attachments');
  return $ret;
}