<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Elasticsearch on LoveIt</title>
		<link>https://hotttao.github.io/tags/elasticsearch/</link>
		<description>Recent content in Elasticsearch on LoveIt</description>
		<generator>Hugo</generator>
		<language>zh-CN</language>
		
			<managingEditor>1556824234@qq.com (宋涛)</managingEditor>
		
		
			<webMaster>1556824234@qq.com (宋涛)</webMaster>
		
		
			<copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright>
		
		
			<lastBuildDate>Fri, 07 Aug 2026 21:21:29 +0800</lastBuildDate>
		
			<atom:link href="https://hotttao.github.io/tags/elasticsearch/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>ES 基础</title>
				<link>https://hotttao.github.io/posts/architecture/elasticsearch/01_es/</link>
				<pubDate>Fri, 21 Jul 2023 22:00:00 +0800</pubDate><author>1556824234@qq.com (宋涛)</author>
				<guid>https://hotttao.github.io/posts/architecture/elasticsearch/01_es/</guid>
				<description>&lt;h2 id=&#34;1-倒排索引&#34;&gt;1. 倒排索引&lt;/h2&gt;&#xA;&lt;h3 id=&#34;11-什么是倒排索引&#34;&gt;1.1 什么是倒排索引&lt;/h3&gt;&#xA;&lt;p&gt;倒排索引是一种 &lt;strong&gt;从内容到文档的映射&lt;/strong&gt; 数据结构，它和“正向索引”相反。&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;正向索引&lt;/strong&gt;：文档 → 内容&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;倒排索引&lt;/strong&gt;：内容（词语） → 出现该词语的文档列表&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;它的核心作用是 &lt;strong&gt;快速找到包含某个词的文档&lt;/strong&gt;，是搜索引擎（比如 ElasticSearch、Lucene）最核心的数据结构。&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
