Sophie

Sophie

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

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('before_match' => 'before',
                                                                    'after_match' => 'after',
                                                                    'chunk_separator' => 'separator',
                                                                    'limit' => 10));

?>