diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-03-23 15:57:09 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-03-23 15:57:09 -0700 |
| commit | 00c7f6129f87d77788aa92e08dd77b7b473f9a71 (patch) | |
| tree | 476e7f456fb3138d17927ce0ff3fea7b1a8f0060 /sphinxtest.pl | |
| parent | 1cc8609a5976d3f394ac0f36fd1322ee8e6e4eea (diff) | |
moved things around
Diffstat (limited to 'sphinxtest.pl')
| -rw-r--r-- | sphinxtest.pl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sphinxtest.pl b/sphinxtest.pl deleted file mode 100644 index 3ec4f14..0000000 --- a/sphinxtest.pl +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/perl -use Data::Dumper; -use Sphinx::Search; - -$sph = Sphinx::Search->new(); - -$results = $sph->SetMatchMode(SPH_MATCH_ALL) - ->SetSortMode(SPH_SORT_RELEVANCE) - ->Query("dolly"); -print Dumper $results; |
