diff options
author | francis <francis> | 2008-04-29 16:45:55 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-29 16:45:55 +0000 |
commit | 1a508db9c8fd00897aae36b1db3ed3f01e7ec189 (patch) | |
tree | e6e2b01ddf916416aa0e1fe80101d8632f0c7147 /script/update-solr-index | |
parent | f085b73bb806c922c6a69b7b5a0f6241f3de5ae1 (diff) |
Remove solr scripts
Diffstat (limited to 'script/update-solr-index')
-rwxr-xr-x | script/update-solr-index | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/script/update-solr-index b/script/update-solr-index deleted file mode 100755 index 75e4304eb..000000000 --- a/script/update-solr-index +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -LOC=`dirname $0` - -# Info request (and hence incoming and outgoing message) indexing is updated -# incrementally by this separate batch job. This is so when an incoming -# message arrives it doesn't have to call Solr, so errors in the indexing won't -# go back to public body. -$LOC/runner 'InfoRequest.update_solr_index()' - -# Public bodies and users are updated by the model, immediately when it is saved. -# So nothing to do for them. - |