Home
last modified time | relevance | path

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

/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)
/plugin/sphinxsearch/
H A 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 )