Home
last modified time | relevance | path

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

/plugin/sphinxsearch-was/
H A Dsphinxapi.php385 var $_fieldweights; ///< per-field-name weights variable in SphinxClient
433 $this->_fieldweights = array();
745 $this->_fieldweights = $weights;
1009 $req .= pack("N", count($this->_fieldweights));
1010 foreach ($this->_fieldweights as $field => $weight)
/plugin/sphinxsearch/
H A Dsphinxapi.php403 var $_fieldweights; ///< per-field-name weights variable in SphinxClient
451 $this->_fieldweights= array();
779 $this->_fieldweights = $weights;
1049 $req .= pack ( "N", count($this->_fieldweights) );
1050 foreach ( $this->_fieldweights as $field=>$weight )