Home
last modified time | relevance | path

Searched refs:_weights (Results 1 – 2 of 2) sorted by relevance

/plugin/sphinxsearch-was/
H A Dsphinxapi.php367 var $_weights; ///< per-field weights (default is 1 for all fields) variable in SphinxClient
415 $this->_weights = array();
734 $this->_weights = $weights;
949 $req .= pack("N", count($this->_weights)); // weights
950 foreach ($this->_weights as $weight)
/plugin/sphinxsearch/
H A Dsphinxapi.php385 var $_weights; ///< per-field weights (default is 1 for all fields) variable in SphinxClient
433 $this->_weights = array ();
767 $this->_weights = $weights;
985 $req .= pack ( "N", count($this->_weights) ); // weights
986 foreach ( $this->_weights as $weight )