Home
last modified time | relevance | path

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

/plugin/sphinxsearchwas/
Dsphinxapi.php145 public $_groupby = ""; variable in SphinxClient
387 $this->_groupby = $attribute;
419 $this->_groupby = "";
477 $req .= pack("NN", $this->_groupfunc, strlen($this->_groupby)) . $this->_groupby;
/plugin/sphinxsearch/
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;
/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;