Home
last modified time | relevance | path

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

/plugin/sphinxsearchwas/
Dsphinxapi.php157 public $_fieldweights = []; variable in SphinxClient
356 $this->_fieldweights = $weights;
497 $req .= pack("N", count($this->_fieldweights));
498 …foreach ($this->_fieldweights as $field => $weight) $req .= pack("N", strlen($field)) . $field . p…
/plugin/sphinxsearch/
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 )
/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)