Sha256: 99748ad3ae87877fce1fdbf75641f2629feee6a562a7cb53869829deb706f64e
Contents?: true
Size: 160 Bytes
Versions: 2
Compression:
Stored size: 160 Bytes
Contents
<?php require ("spec/fixtures/sphinxapi.php"); $cl = new SphinxClient(); $cl->SetFieldWeights(array('field1' => 10, 'field2' => 20)); $cl->Query('query'); ?>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sphinx-2.1.1.3712 | spec/fixtures/requests/php/field_weights.php |
sphinx-2.1.1.3711 | spec/fixtures/requests/php/field_weights.php |