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
Смотрите видео How to Install Apache Solr on Ubuntu 22.04 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь MivoCloud 18 Июль 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,439 раз и оно понравилось 45 людям.