function apachesolr_clear_index_submit in Apache Solr Search 6
Submit function for the "Re-index all content" button
See also
apachesolr_delete_index_form()
1 string reference to 'apachesolr_clear_index_submit'
- apachesolr_delete_index_form in ./
apachesolr.admin.inc - Create a form for deleting the contents of the Solr index.
File
- ./
apachesolr.admin.inc, line 386 - Administrative pages for the Apache Solr framework.
Code
function apachesolr_clear_index_submit($form, &$form_state) {
$form_state['redirect'] = 'admin/settings/apachesolr/index/clear/confirm';
}