Sha256: ec90755c490033e4d973f1ad003fbd51581f5ab7688a8f3262aa14299bd0268b

Contents?: true

Size: 125 Bytes

Versions: 6

Compression:

Stored size: 125 Bytes

Contents

<?php

require ("sphinxapi.php");

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

?>

Version data entries

6 entries across 6 versions & 1 rubygems

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