Home
last modified time | relevance | path

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

/plugin/sphinxsearchwas/
Dsphinxapi.php154 public $_indexweights = []; variable in SphinxClient
360 $this->_indexweights = $weights;
492 $req .= pack("N", count($this->_indexweights));
493 …foreach ($this->_indexweights as $idx => $weight) $req .= pack("N", strlen($idx)) . $idx . pack("N…
/plugin/sphinxsearch/
Dsphinxapi.php400 var $_indexweights; ///< per-index weights variable in SphinxClient
448 $this->_indexweights= array ();
791 $this->_indexweights = $weights;
1041 $req .= pack ( "N", count($this->_indexweights) );
1042 foreach ( $this->_indexweights as $idx=>$weight )
/plugin/sphinxsearch-was/
H A Dsphinxapi.php382 var $_indexweights; ///< per-index weights variable in SphinxClient
430 $this->_indexweights = array();
756 $this->_indexweights = $weights;
1001 $req .= pack("N", count($this->_indexweights));
1002 foreach ($this->_indexweights as $idx => $weight)