How to Install Apache Solr on Ubuntu 22.04

Published: 18 July 2023
on channel: MivoCloud
1,439
45

Solr is a free, open-source, and very popular tool used for search and real-time indexing. It is very highly scalable, fault-tolerant, and optimized for a high volume of internet traffic. It has its own set of plugins that are used for search as well as for indexing. It is written in Java that provides distributed indexing, replication, and load balancing with automated failover and recovery.

In this tutorial, you will learn how to install Apache Solr search system on Ubuntu 22.04.

Useful Links:
VPS/VDS - https://www.mivocloud.com/
Solr - https://solr.apache.org/downloads.html

Commands Used:
apt-get install default-jdk -y
java -version
wget https://dlcdn.apache.org/solr/solr/9....
tar xzf solr-9.2.1.tgz solr-9.2.1/bin/install_solr_service.sh --strip-components=2
bash ./install_solr_service.sh solr-9.2.1.tgz
ss -altnp | grep 8983
systemctl start solr
systemctl stop solr
systemctl status solr
su - solr -c "/opt/solr/bin/solr create -c newcollection -n data_driven_schema_configs"
nano /etc/default/solr.in.sh
service solr restart


Watch video How to Install Apache Solr on Ubuntu 22.04 online without registration, duration hours minute second in high quality. This video was added by user MivoCloud 18 July 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,439 once and liked it 45 people.