Installing Apache Solr in Ubuntu 22.04

The following tutorial describes how to install Apache Solr in Ubuntu in a few simple steps 22.04.
We will do everything through the terminal in a few minutes.

First, we install Java.

We run a terminal and issue the command:

we check the java version by issuing the command:

We download Apache Solr and unpack it:

we run the installation script:

If everything went ok, we should see the messages:

we run Solr on the system with the command:

We create the Solr collection:

To get to our solra in the browser, go to the address:

http://your-ip:8983/solr

How useful this post was?

Click on the star, to evaluate it!

Average grade / 5. number of votes:

So far, no votes! Be the first to rate this post.