http://lucene.apache.org/solr/
Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more.
Installation
homebrew
Install
1. install solr via homebrew
brew install solr2. verify solr was installed
which solrStart Stop Restart
1. To have launchd start solr
brew services start solrOr, if you don’t want/need a background service you can just run:
solr startgo to http://localhost:8983/solr/#/
2. stop or restart
brew services stop solrbrew services restart solr
Command
Click here to expand...