Home
last modified time | relevance | path

Searched defs:SPH_RANK_BM25 (Results 1 – 3 of 3) sorted by relevance

/plugin/sphinxsearch/
Dsphinxapi.php54 define ( "SPH_RANK_BM25", 1 ); ///< statistical mode, BM25 ranking only (faster but worse quality) define
/plugin/sphinxsearch-was/
H A Dsphinxapi.php54 define("SPH_RANK_BM25", 1); ///< statistical mode, BM25 ranking only (faster but worse quality) define
/plugin/sphinxsearchwas/
Dsphinxapi.php43 const SPH_RANK_BM25 = 1; define