protected function applyMatchMode($mode)
 {
     $mode = (int) $mode;
     if (!ESphinxMatch::isValid($mode)) {
         throw new ESphinxException("Match mode {$mode} is not defined");
     }
     $this->sphinxClient->SetMatchMode($mode);
 }