Searched refs:_indexweights (Results 1 – 3 of 3) sorted by relevance
154 public $_indexweights = []; variable in SphinxClient360 $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…
400 var $_indexweights; ///< per-index weights variable in SphinxClient448 $this->_indexweights= array ();791 $this->_indexweights = $weights;1041 $req .= pack ( "N", count($this->_indexweights) );1042 foreach ( $this->_indexweights as $idx=>$weight )
382 var $_indexweights; ///< per-index weights variable in SphinxClient430 $this->_indexweights = array();756 $this->_indexweights = $weights;1001 $req .= pack("N", count($this->_indexweights));1002 foreach ($this->_indexweights as $idx => $weight)