Sha256: 1d73ed06de667802ed68cb2ab6fc026044ddc271e366401e8cb9772179b593a0

Contents?: true

Size: 126 Bytes

Versions: 6

Compression:

Stored size: 126 Bytes

Contents

<?php

require ("sphinxapi.php");

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

?>

Version data entries

6 entries across 6 versions & 1 rubygems

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