DEBSOURCES
Skip Quicknav
sources / sphinxsearch / 2.2.11-8 / api / ruby / spec / fixtures / weights.php
123456789
<?php require ("sphinxapi.php"); $cl = new SphinxClient(); $cl->SetWeights(array(10, 20, 30, 40)); $cl->Query('query'); ?>