Remove vestigal Solr 4 binaries and configuration. Remove zookeeper configuration...
[lui-solr.git] / scripts / commit_solr.sh
diff --git a/scripts/commit_solr.sh b/scripts/commit_solr.sh
deleted file mode 100644 (file)
index df587ab..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-HOST_PORT=localhost:8080
-
-if [ "$2" != "" ] ; then 
-    HOST_PORT="$2"
-fi
-
-SOLR_PATH=solr4
-if [ "$2" != "" ] ; then 
-    SOLR_PATH="$2"
-fi
-
-if [ "$1" == "-h" ] ; then 
-    echo "$0 [[HOST:PORT] SOLR_PATH] (default $HOST_PORT/$SOLR_PATH)"
-fi
-
-curl http://$HOST:$PORT/$SOLR_PATH/update -H "Content-Type: text/xml" --data-binary '<commit waitFlush="false" waitSearcher="false" expungeDeletes="true"/>'
\ No newline at end of file