Home
last modified time | relevance | path

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

/plugin/sphinxsearch-was/
H A Dsphinxapi.php374 var $_groupfunc; ///< group-by function (to pre-process group-by attribute value with) variable in SphinxClient
422 $this->_groupfunc = SPH_GROUPBY_DAY;
836 $this->_groupfunc = $func;
896 $this->_groupfunc = SPH_GROUPBY_DAY;
983 $req .= pack("NN", $this->_groupfunc, strlen($this->_groupby)) . $this->_groupby;
/plugin/sphinxsearch/
H A Dsphinxapi.php392 var $_groupfunc; ///< group-by function (to pre-process group-by attribute value with) variable in SphinxClient
440 $this->_groupfunc = SPH_GROUPBY_DAY;
872 $this->_groupfunc = $func;
932 $this->_groupfunc = SPH_GROUPBY_DAY;
1021 $req .= pack ( "NN", $this->_groupfunc, strlen($this->_groupby) ) . $this->_groupby;