-
Notifications
You must be signed in to change notification settings - Fork 0
PHP solr
Hunter Wu edited this page Jan 16, 2019
·
1 revision
- installation
sudo -s
cd /opt
wget http://apache.stu.edu.tw/lucene/solr/6.2.1/solr-6.2.1.tgz
tar xzf solr-6.2.1.tgz solr-6.2.1/bin/install_solr_service.sh --strip-components=2
./install_solr_service.sh solr-6.2.1.tgz
cp /opt/solr-6.2.1/example/files/conf/solrconfig.xml /opt/solr-6.2.1/server/resources/
sudo su - solr -c "/opt/solr/bin/solr create -c mycollection1 -n data_driven_schema_configs"
- web dashboard
http://localhost:8983/solr/
apt install php-solr