Sha256: 3232ee9315534162700fec447fa14cf6967491c26dcd2617e2a6fbba2edbe9cd

Contents?: true

Size: 124 Bytes

Versions: 24

Compression:

Stored size: 124 Bytes

Contents

<?php

require ("sphinxapi.php");

$cl = new SphinxClient();
$cl->SetMatchMode(SPH_MATCH_FULLSCAN);
$cl->Query('query');

?>

Version data entries

24 entries across 24 versions & 5 rubygems

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