Apache Solr
Solr powers some of the most heavily-trafficked websites and applications in the world.
Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and navigation features of many of the world's largest internet sites.
Today, we are going to install solr in our ubuntu server.
The following command will install the solr in our system:
Now, Solr should be up and running, verify with
If not, try this:
By default the port of Solr is 8983. Try : http://localhost:8983/
If we are using localhost and wanna try to port mapping to public try ngrok. Let's do it.
Ngrok setup for solr :
Login with solr : ngrok.com.
Now config your authtoken:
Try:
Or:
Now you will get your public url: https://8276-20-172-46-65.ngrok-free.app
Last updated