Sha256: a885ffbfa1250ead47e2677d7806b31b2f0d98c97d8830b36d32917870bdc34a

Contents?: true

Size: 125 Bytes

Versions: 24

Compression:

Stored size: 125 Bytes

Contents

<?php

require ("sphinxapi.php");

$cl = new SphinxClient();
$cl->SetWeights(array(10, 20, 30, 40));
$cl->Query('query');

?>

Version data entries

24 entries across 24 versions & 5 rubygems

Version Path
sphinx-0.9.10.2091 spec/fixtures/weights.php
sphinx-0.9.10.2043 spec/fixtures/weights.php
sphinx-0.9.10 spec/fixtures/weights.php
rlibsphinxclient-0.2.2 spec/fixtures/weights.php