Searched refs:_indexweights (Results 1 – 2 of 2) sorted by relevance
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)
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 )