Form submission handler for the reindex button on the search admin settings form.
public function searchAdminReindexSubmit(array $form, array &$form_state) {
// send the user to the confirmation page
$form_state['redirect'] = 'admin/config/search/settings/reindex';
}