url('admin/people/permissions', array('fragment' => 'module-solr_devel')),
);
$form['solr_devel:debug_queries'] = array(
'#type' => 'checkbox',
'#title' => t('Debug Solr queries'),
'#default_value' => variable_get('solr_devel:debug_queries', 1),
'#description' => t('Display debug information about Solr queries, for example a breakdown of how documents are ranked in search results and information on the Solr request. Debugging can decrease solr performance substantially, so make sure to grant the view solr_devel information permissions only to administrative users.', $args),
);
return system_settings_form($form);
}