diff options
author | francis <francis> | 2008-04-24 23:54:55 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-24 23:54:55 +0000 |
commit | 0de280074b1018200227fc23ae846545ce682b83 (patch) | |
tree | b779854241c009c12b1d0916f445f48204475d90 /script/update-xapian-index | |
parent | 5a980feffda3b378867b534659d89be8edcb9cf4 (diff) |
More stuff for Solr to Xapian change
Diffstat (limited to 'script/update-xapian-index')
-rwxr-xr-x | script/update-xapian-index | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/script/update-xapian-index b/script/update-xapian-index new file mode 100755 index 000000000..378170317 --- /dev/null +++ b/script/update-xapian-index @@ -0,0 +1,5 @@ +#!/bin/bash + +cd `dirname $0` +rake xapian:update_index + |