stephen-makrogianni
7/2/2019 - 3:00 AM

Solr stuff

Install this to be able to run Solr in vagrant

sudo apt-get -y install openjdk-7-jdk

Actually run Solr server

Run this in the terminal in Vagrant ssh

cd fulltextsearch-localsolr/server && java -jar start.jar

Configure Solr

In the browser go here: {yourdomain}/dev/tasks/Solr_Configure
Or from the CLI: vendor/bin/sake dev/tasks/Solr_Configure flush=1

Solr reindex

In the CLI: vendor/bin/sake dev/tasks/Solr_Reindex flush=1 verbose=1

Site URL to see the Solr dashboard

yourdomain:8983/solr/