<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Apache Solr &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/apache-solr/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Mon, 23 Aug 2021 13:13:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>Apache Solr &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Install Apache Solr on Ubuntu 20.04</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-apache-solr-on-ubuntu-20-04/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-apache-solr-on-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 18 Aug 2021 08:36:58 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=4174</guid>

					<description><![CDATA[Apache Solr is a great tool that scales well. It is a very robust and fault-tolerant open source Java-based search tool. Its peculiarity lies in supporting NoSQL and database queries through REST APIs such as Elasticsearch. In addition, it stores data and provides distributed indexing, replication, automatic failover and recovery, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><a href="https://solr.apache.org/">Apache Solr</a></strong> is a great tool that scales well. It is a very robust and fault-tolerant open source Java-based search tool. Its peculiarity lies in supporting NoSQL and database queries through REST APIs such as Elasticsearch. In addition, it stores data and provides distributed indexing, replication, automatic failover and recovery, and load-balanced queries for near-real-time data queries.</p>



<h2 id="installing-java" >Installing Java</h2>



<p>Installation can be done using the following program:</p>



<pre class="wp-block-code"><code>apt install default-jdk -y</code></pre>



<p>Check if the installation was successful:</p>



<pre class="wp-block-code"><code>java -version</code></pre>



<h2 id="installing-apache-solr" >Installing Apache Solr</h2>



<p>To download the latest available version, you will be able to go to this <strong>site</strong>. In this case, the following version:</p>



<pre class="wp-block-code"><code>wget https://archive.apache.org/dist/lucene/solr/8.9.0/solr-8.9.0.tgz</code></pre>



<p>Unpack the downloaded archives.</p>



<pre class="wp-block-code"><code>tar xzf solr-8.9.0.tgz</code></pre>



<p>After successfully archiving documents, install <strong>Apache Solr</strong></p>



<pre class="wp-block-code"><code>bash solr-8.9.0/bin/install_solr_service.sh solr-8.9.0.tgz</code></pre>



<p>Check the status of the Apache Solr service.</p>



<pre class="wp-block-code"><code>systemctl status solr</code></pre>



<p>Enable Apache Solr service to start at system boot.</p>



<pre class="wp-block-code"><code>systemctl enable solr</code></pre>



<p>The next step will be very important as you need to allow port 8983 through the firewall</p>



<pre class="wp-block-code"><code>ufw allow 8983</code></pre>



<p>To access the Apache Solr web interface, go to your browser and enter <strong><span style="text-decoration: underline;"><em>http://serverIP: 8983</em></span></strong>. For example:</p>



<pre class="wp-block-code"><code>http:&#47;&#47;192.1.2.55:8983</code></pre>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-apache-solr-on-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
