You are here

function apachesolr_attachments_reindex_submit in Apache Solr Attachments 6.2

Same name and namespace in other branches
  1. 6 apachesolr_attachments.admin.inc \apachesolr_attachments_reindex_submit()

Submit handler 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 151
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';
}