Sha256: ff67884eb0e1f5247b1f5b1ed0f08fa19049bb3c7551f855ac44c9701aa2cb1a

Contents?: true

Size: 441 Bytes

Versions: 24

Compression:

Stored size: 441 Bytes

Contents

<?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));

?>

Version data entries

24 entries across 24 versions & 5 rubygems

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