function apachesolr_attachments_reindex_submit in Apache Solr Attachments 6
Same name and namespace in other branches
- 6.2 apachesolr_attachments.admin.inc \apachesolr_attachments_reindex_submit()
Submit function for the "Re-index all content" button
See also
apachesolr_delete_index_form()
1 string reference to 'apachesolr_attachments_reindex_submit'
- apachesolr_attachments_delete_index_form in ./
apachesolr_attachments.admin.inc - Create a form for deleting the contents of the Solr index.
File
- ./
apachesolr_attachments.admin.inc, line 146 - Provides a file attachment search implementation for use with the Apache Solr module
Code
function apachesolr_attachments_reindex_submit($form, &$form_state) {
$form_state['redirect'] = 'admin/settings/apachesolr/attachments/confirm/reindex';
}