diff options
author | francis <francis> | 2008-03-06 12:17:20 +0000 |
---|---|---|
committer | francis <francis> | 2008-03-06 12:17:20 +0000 |
commit | 41e8abfbfba783122ef2ff10cb794ac2d5895fe1 (patch) | |
tree | 3cbcb197cf92710d224703ae75a6729158ace171 /script/update-solr-index | |
parent | f3c4eb0a94502c072efec4acbe80c89416586aba (diff) |
Lock while indexing.
Scripts to restart solr, and update index.
Diffstat (limited to 'script/update-solr-index')
-rwxr-xr-x | script/update-solr-index | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/script/update-solr-index b/script/update-solr-index new file mode 100755 index 000000000..33415aa9c --- /dev/null +++ b/script/update-solr-index @@ -0,0 +1,7 @@ +#!/bin/bash + +LOC=`dirname $0` + +$LOC/runner 'InfoRequest.update_solr_index()' + + |