Sha256: 8ec7ee16372c2c68aca4df311f411f49d7a316a5dcdec1a79734bece2d3fe5c6

Contents?: true

Size: 146 Bytes

Versions: 24

Compression:

Stored size: 146 Bytes

Contents

<?php

require ("sphinxapi.php");

$cl = new SphinxClient();
$cl->SetIndexWeights(array('index1' => 10, 'index2' => 20));
$cl->Query('query');

?>

Version data entries

24 entries across 24 versions & 5 rubygems

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