Home
last modified time | relevance | path

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

/plugin/sphinxsearch-was/
H A Dsphinxapi.php416 $this->_sort = SPH_SORT_RELEVANCE;
712 $mode == SPH_SORT_RELEVANCE ||
720 assert($mode == SPH_SORT_RELEVANCE || strlen($sortby) > 0);
/plugin/sphinxsearch/
Dsphinxapi.php434 $this->_sort = SPH_SORT_RELEVANCE;
746 $mode==SPH_SORT_RELEVANCE ||
753 assert ( $mode==SPH_SORT_RELEVANCE || strlen($sortby)>0 );
/plugin/sphinxsearchwas/
Dsphinxapi.php51 const SPH_SORT_RELEVANCE = 0; define
140 public $_sort = SPH_SORT_RELEVANCE;