Sha256: 5e268dde6163d8aa1f51dbeab6fa1436c96e188e774b46e7a456fe2bd120c8cd

Contents?: true

Size: 145 Bytes

Versions: 2

Compression:

Stored size: 145 Bytes

Contents

<?php

require ("spec/fixtures/sphinxapi.php");

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

?>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sphinx-2.1.1.3712 spec/fixtures/requests/php/ranking_proximity_bm25.php
sphinx-2.1.1.3711 spec/fixtures/requests/php/ranking_proximity_bm25.php