Sha256: 335f552d2c4693e73488574e5f4ddf82c12a003317341ee71663dec8a5ec8bdc

Contents?: true

Size: 122 Bytes

Versions: 5

Compression:

Stored size: 122 Bytes

Contents

<?php

require ("sphinxapi.php");

$cl = new SphinxClient();
$cl->SetRankingMode(SPH_RANK_SPH04);
$cl->Query('query');

?>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sphinx-0.9.10.2122 spec/fixtures/ranking_sph04.php
sphinx-0.9.10.2094 spec/fixtures/ranking_sph04.php
sphinx-0.9.10.2091 spec/fixtures/ranking_sph04.php
sphinx-0.9.10.2043 spec/fixtures/ranking_sph04.php
sphinx-0.9.10 spec/fixtures/ranking_sph04.php