aboutsummaryrefslogtreecommitdiffstats
path: root/script/single-solr-query
diff options
context:
space:
mode:
Diffstat (limited to 'script/single-solr-query')
-rwxr-xr-xscript/single-solr-query10
1 files changed, 0 insertions, 10 deletions
diff --git a/script/single-solr-query b/script/single-solr-query
deleted file mode 100755
index ce5b4a614..000000000
--- a/script/single-solr-query
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-set -x
-
-# Test solr
-
-LOC=`dirname $0`
-
-$LOC/runner 'STDOUT.write(InfoRequest.full_search("'$1'", "created_at desc", 10, 1, false).results.to_yaml)'
-