Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 232fa0040b4339ee6824c808fad13cc6 > files > 35

libsphinxclient-0.9.9-1.fc13.x86_64.rpm

<?php

require ("sphinxapi.php");

$cl = new SphinxClient();
$cl->BuildExcerpts(array('10', '20'), 'index', 'word1 word2', array('exact_phrase' => true,
                                                                    'single_passage' => true,
                                                                    'use_boundaries' => true,
                                                                    'weight_order' => true));

?>