<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Magento 2 - Elastic Search Concepts for a Magento Developer	</title>
	<atom:link href="https://mosesdinakaran.in/magento2-elastic-search-concepts-magento-developer/feed/" rel="self" type="application/rss+xml" />
	<link>https://mosesdinakaran.in/magento2-elastic-search-concepts-magento-developer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=magento2-elastic-search-concepts-magento-developer</link>
	<description>Tutorials and Documentations on Magento</description>
	<lastBuildDate>Mon, 11 Nov 2024 07:35:44 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: no one		</title>
		<link>https://mosesdinakaran.in/magento2-elastic-search-concepts-magento-developer/#comment-141</link>

		<dc:creator><![CDATA[no one]]></dc:creator>
		<pubDate>Mon, 11 Nov 2024 07:35:44 +0000</pubDate>
		<guid isPermaLink="false">https://mosesdinakaran.in/?p=1018#comment-141</guid>

					<description><![CDATA[===============================================================================================================
Indices
Document that shares similarities are grouped in to indices. Multiple Index can be stored in a node. Index is just a virtual thing that knows where the data is stored, Data is actually stored in the shard.

MySQL =&#062; Databases =&#062; Tables =&#062; Columns/Rows
Elasticsearch =&#062; Indices =&#062; Types =&#062; Documents with Properties
===============================================================================================================

According official document, Mapping Types has been removed from es7，

reference https://www.elastic.co/guide/en/elasticsearch/reference/7.17/removal-of-types.html#_why_are_mapping_types_being_removed]]></description>
			<content:encoded><![CDATA[<p>===============================================================================================================<br />
Indices<br />
Document that shares similarities are grouped in to indices. Multiple Index can be stored in a node. Index is just a virtual thing that knows where the data is stored, Data is actually stored in the shard.</p>
<p>MySQL =&gt; Databases =&gt; Tables =&gt; Columns/Rows<br />
Elasticsearch =&gt; Indices =&gt; Types =&gt; Documents with Properties<br />
===============================================================================================================</p>
<p>According official document, Mapping Types has been removed from es7，</p>
<p>reference <a href="https://www.elastic.co/guide/en/elasticsearch/reference/7.17/removal-of-types.html#_why_are_mapping_types_being_removed" rel="nofollow ugc">https://www.elastic.co/guide/en/elasticsearch/reference/7.17/removal-of-types.html#_why_are_mapping_types_being_removed</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
