<?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>Pro-Tek Blog &#187; Solr and Elastic Search</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/category/solr-and-elastic-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>DIFFERENCE BETWEEN SOLR AND ELASTIC SEARCH?</title>
		<link>http://www.pro-tekconsulting.com/blog/difference-between-solr-and-elastic-search/</link>
		<comments>http://www.pro-tekconsulting.com/blog/difference-between-solr-and-elastic-search/#comments</comments>
		<pubDate>Wed, 19 Apr 2017 04:11:36 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Solr and Elastic Search]]></category>
		<category><![CDATA[Elastic Search]]></category>
		<category><![CDATA[Solr Search]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=1941</guid>
		<description><![CDATA[<p>Difference between Solr and Elastic Search? The choice to use Elasticsearch rather than Solr comes from features such as distributed searches and improved scale. Elasticsearch is a REST based search engine powered by the Lucene library. Major features include: Hit highlighting Faceted search Full-text search Database integration Rich document handling Dynamic clustering Solr Solr refers [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/difference-between-solr-and-elastic-search/">DIFFERENCE BETWEEN SOLR AND ELASTIC SEARCH?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>Difference between Solr and Elastic Search?</h4>
<p>The choice to use Elasticsearch rather than Solr comes from features such as distributed searches and improved scale.</p>
<p>Elasticsearch is a REST based search engine powered by the Lucene library. Major features include:</p>
<ul>
<li>Hit highlighting</li>
<li>Faceted search</li>
<li>Full-text search</li>
<li>Database integration</li>
<li>Rich document handling</li>
<li>Dynamic clustering</li>
</ul>
<p><strong>Solr</strong></p>
<p>Solr refers to the main logical data structure as the collection, which is composed of many Shards.</p>
<p>A collection can have an exact copy of the Shard, called a Replica. You must develop a custom search component to index different document types.</p>
<p><strong>ElasticSearch</strong></p>
<p>An Index is the term used for the top logical data structure, which can have multiple Shards.</p>
<p>Lucene indices is the term for Shards and Replicas. Allows multiple document types in a single Index, which allows you to index different index structures in one place.Different types of documents can be separated and indexed when querying.</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/difference-between-solr-and-elastic-search/">DIFFERENCE BETWEEN SOLR AND ELASTIC SEARCH?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/difference-between-solr-and-elastic-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
