You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Make a directory for the Lucene index files, download, and unpack them. Then clean up.

cd /opt/shrine/tomcat/lib
wget https://open.catalyst.harvard.edu/svn/shrine-act/tags/201902050000/index/lucene_index.zip
wget https://open.catalyst.harvard.edu/svn/shrine-act/tags/201902050000/index/suggest_index.zip

unzip lucene_index.zip
unzip suggest_index.zip

rm lucene_index.zip suggest_index.zip
  • No labels