X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=blobdiff_plain;f=scripts%2Fcommit_solr.sh;fp=scripts%2Fcommit_solr.sh;h=2b3f6c384bd9e9d4e3fa0de2226b6f7b38909720;hp=0000000000000000000000000000000000000000;hb=2b52626c1213e6bf757b609316ea027a330da926;hpb=72cc72aa3299c35b8acca109bb3889e50044d6cb diff --git a/scripts/commit_solr.sh b/scripts/commit_solr.sh new file mode 100644 index 0000000..2b3f6c3 --- /dev/null +++ b/scripts/commit_solr.sh @@ -0,0 +1,4 @@ +#!/bin/bash +HOST=localhost +PORT=8080 +curl http://$HOST:$PORT/solr/update -H "Content-Type: text/xml" --data-binary '' \ No newline at end of file