aboutsummaryrefslogtreecommitdiffstats
path: root/script/restart-solr
diff options
context:
space:
mode:
authorfrancis <francis>2008-04-29 16:45:55 +0000
committerfrancis <francis>2008-04-29 16:45:55 +0000
commit1a508db9c8fd00897aae36b1db3ed3f01e7ec189 (patch)
treee6e2b01ddf916416aa0e1fe80101d8632f0c7147 /script/restart-solr
parentf085b73bb806c922c6a69b7b5a0f6241f3de5ae1 (diff)
Remove solr scripts
Diffstat (limited to 'script/restart-solr')
-rwxr-xr-xscript/restart-solr12
1 files changed, 0 insertions, 12 deletions
diff --git a/script/restart-solr b/script/restart-solr
deleted file mode 100755
index bf7b9194d..000000000
--- a/script/restart-solr
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# Stops and restarts the Solr (Lucene) search engine daemon. Redirects it
-# to log.
-
-cd `dirname $0`
-cd ..
-rake solr:stop
-nohup rake solr:start >log/solr.log 2>log/solr.err.log
-
-
-