summaryrefslogtreecommitdiff
path: root/sphinxtest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sphinxtest.pl')
-rw-r--r--sphinxtest.pl10
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;