Home
last modified time | relevance | path

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

/plugin/sphinxsearch-was/
H A Dsphinxapi.php375 var $_groupsort; ///< group-by sorting clause (to sort groups in result set with) variable in SphinxClient
423 $this->_groupsort = "@group desc";
837 $this->_groupsort = $groupsort;
897 $this->_groupsort = "@group desc";
985 $req .= pack("N", strlen($this->_groupsort)) . $this->_groupsort;
/plugin/sphinxsearch/
H A Dsphinxapi.php393 var $_groupsort; ///< group-by sorting clause (to sort groups in result set with) variable in SphinxClient
441 $this->_groupsort = "@group desc";
873 $this->_groupsort = $groupsort;
933 $this->_groupsort = "@group desc";
1023 $req .= pack ( "N", strlen($this->_groupsort) ) . $this->_groupsort;