Searched refs:_weights (Results 1 – 3 of 3) sorted by relevance
385 var $_weights; ///< per-field weights (default is 1 for all fields) variable in SphinxClient433 $this->_weights = array ();767 $this->_weights = $weights;985 $req .= pack ( "N", count($this->_weights) ); // weights986 foreach ( $this->_weights as $weight )
367 var $_weights; ///< per-field weights (default is 1 for all fields) variable in SphinxClient415 $this->_weights = array();734 $this->_weights = $weights;949 $req .= pack("N", count($this->_weights)); // weights950 foreach ($this->_weights as $weight)
139 public $_weights = []; variable in SphinxClient452 $req .= pack("N", count($this->_weights));453 foreach ($this->_weights as $weight) $req .= pack("N", (int)$weight);