Moved scripts
[lui-solr.git] / optimize_solr.sh
diff --git a/optimize_solr.sh b/optimize_solr.sh
deleted file mode 100755 (executable)
index bb4127d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-if [ "$1" != "YES" ] ; then 
-    echo "No confirmation given"
-    exit 1 ; 
-fi  
-
-HOST_PORT=localhost:8080
-
-if [ "$2" != "" ] ; then 
-    HOST_PORT="$2"
-fi
-
-curl http://${HOST_PORT}/solr/update -H "Content-Type: text/xml" --data-binary '<optimize waitSearcher="false" expungeDeletes="true" />'