Home
last modified time | relevance | path

Searched refs:_cutoff (Results 1 – 3 of 3) sorted by relevance

/plugin/sphinxsearch/
Dsphinxapi.php396 var $_cutoff; ///< cutoff to stop searching at (default is 0) variable in SphinxClient
444 $this->_cutoff = 0;
706 $this->_cutoff = $cutoff;
1024 $req .= pack ( "NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay );
/plugin/sphinxsearch-was/
H A Dsphinxapi.php378 var $_cutoff; ///< cutoff to stop searching at (default is 0) variable in SphinxClient
426 $this->_cutoff = 0;
672 $this->_cutoff = $cutoff;
986 $req .= pack("NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay);
/plugin/sphinxsearchwas/
Dsphinxapi.php150 public $_cutoff = 0; variable in SphinxClient
335 if ($cutoff > 0) $this->_cutoff = $cutoff;
480 $req .= pack("NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay);