~ubuntu-branches/ubuntu/trusty/sphinxsearch/trusty-proposed

« back to all changes in this revision

Viewing changes to api/ruby/spec/fixtures/excerpt_custom.php

  • Committer: Bazaar Package Importer
  • Author(s): Radu Spineanu
  • Date: 2009-11-17 22:19:42 UTC
  • Revision ID: james.westby@ubuntu.com-20091117221942-nm751ur701m9vrzt
Tags: upstream-0.9.8.1
ImportĀ upstreamĀ versionĀ 0.9.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
require ("sphinxapi.php");
 
4
 
 
5
$cl = new SphinxClient();
 
6
$cl->BuildExcerpts(array('10', '20'), 'index', 'word1 word2', array('before_match' => 'before',
 
7
                                                                    'after_match' => 'after',
 
8
                                                                    'chunk_separator' => 'separator',
 
9
                                                                    'limit' => 10));
 
10
 
 
11
?>
 
 
b'\\ No newline at end of file'