Searched refs:_ranker (Results 1 – 2 of 2) sorted by relevance
/plugin/sphinxsearch-was/ |
H A D | sphinxapi.php | 383 var $_ranker; ///< ranking mode (default is SPH_RANK_PROXIMITY_BM25) variable in SphinxClient 431 $this->_ranker = SPH_RANK_PROXIMITY_BM25; 705 $this->_ranker = $ranker; 946 …$req = pack("NNNNN", $this->_offset, $this->_limit, $this->_mode, $this->_ranker, $this->_sort); /…
|
/plugin/sphinxsearch/ |
H A D | sphinxapi.php | 401 var $_ranker; ///< ranking mode (default is SPH_RANK_PROXIMITY_BM25) variable in SphinxClient 449 $this->_ranker = SPH_RANK_PROXIMITY_BM25; 739 $this->_ranker = $ranker; 982 …$req = pack ( "NNNNN", $this->_offset, $this->_limit, $this->_mode, $this->_ranker, $this->_sort )…
|