Sha256: 6db4b9564fe34466eed7f0cc81114db154be6d64d2e941ee65f6961d835063ab
Contents?: true
Size: 550 Bytes
Versions: 2
Compression:
Stored size: 550 Bytes
Contents
<?php require ("spec/fixtures/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, 'query_mode' => true)); ?>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sphinx-2.1.1.3712 | spec/fixtures/requests/php/excerpt_flags.php |
sphinx-2.1.1.3711 | spec/fixtures/requests/php/excerpt_flags.php |