ranking_none.php 121 B

123456789
  1. <?php
  2. require ("sphinxapi.php");
  3. $cl = new SphinxClient();
  4. $cl->SetRankingMode(SPH_RANK_NONE);
  5. $cl->Query('query');
  6. ?>