solr

Enterprise search platform built on Apache Lucene

brewmacoslinux
Try with needOr install directly
Source

About

Enterprise search platform from the Apache Lucene project

Commands

solr

Examples

Start a Solr server in standalone mode on the default port 8983$ solr start
Create a new Solr core for indexing and searching documents$ solr create -c mycollection
Stop the running Solr server$ solr stop