/**
  * @access private
  * @return void
  */
 function _set_sphinx_detected($searchd, $indexer)
 {
     $options['sphinx_searchd'] = $searchd;
     $options['sphinx_indexer'] = $indexer;
     $this->_config->update_admin_options($options);
 }