Delete page 'Solr'
parent
1222da722f
commit
779b02d587
38
Solr.md
38
Solr.md
|
@ -1,38 +0,0 @@
|
|||
Full text search
|
||||
|
||||
https://forum.omeka.org/t/what-are-the-best-practices-for-full-text-search-with-omeka-s/5891/8
|
||||
|
||||
|
||||
https://gitlab.com/Daniel-KM/Omeka-S-module-SearchSolr#solr-install
|
||||
|
||||
```
|
||||
lxc-create -n solr -t debian
|
||||
lxc-start -n solr
|
||||
lxc-attach -n solr
|
||||
apt-get update
|
||||
apt install default-jre
|
||||
apt-get install wget
|
||||
apt-get install inetutils-ping
|
||||
cd /opt
|
||||
wget https://archive.apache.org/dist/lucene/solr/8.8.0/solr-8.8.0.tgz
|
||||
tar zxvf solr-8.8.0.tgz solr-8.8.0/bin/install_solr_service.sh --strip-components=2
|
||||
bash ./install_solr_service.sh solr-8.8.0.tgz
|
||||
rm solr-8.8.0.tgz
|
||||
rm install_solr_service.sh
|
||||
```
|
||||
```
|
||||
cd /opt/solr-8.8.0/bin
|
||||
bash ./install_solr_service.sh /opt/solr-8.8.0.tgz
|
||||
```
|
||||
|
||||
```
|
||||
sudo systemctl status solr
|
||||
sudo systemctl stop solr
|
||||
sudo systemctl start solr
|
||||
```
|
||||
|
||||
|
||||
https://gitlab.com/Daniel-KM/Omeka-S-module-SearchSolr
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue