/**
  * Request that the daemon flush and reopen a given index, without changing
  * the global is-running state.
  * @return bool
  * @static
  */
 static function flush($dbname)
 {
     return MWSearchUpdater::sendRPC('searchupdater.flush', array($dbname));
 }