Steps to Install Apache Solr on Ubuntu 20.04 LTS

Apache Solr is a free & open source search platform that is written on Java.It provides full-text search, spell suggestions, custom document ordering and ranking, Snippet generation, and highlighting. There are some steps to install Apache Solr on Ubuntu: Step 1: Update the System. apt-get update Step 2: Install JAVA. apt install openjdk-11-jdk Check Java …