Home
last modified time | relevance | path

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

/plugin/sphinxsearch-was/
H A Dsphinxapi.php373 var $_groupby; ///< group-by attribute name variable in SphinxClient
421 $this->_groupby = "";
835 $this->_groupby = $attribute;
895 $this->_groupby = "";
983 $req .= pack("NN", $this->_groupfunc, strlen($this->_groupby)) . $this->_groupby;
/plugin/sphinxsearch/
H A Dsphinxapi.php391 var $_groupby; ///< group-by attribute name variable in SphinxClient
439 $this->_groupby = "";
871 $this->_groupby = $attribute;
931 $this->_groupby = "";
1021 $req .= pack ( "NN", $this->_groupfunc, strlen($this->_groupby) ) . $this->_groupby;