<?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 Kevin wang's blog</title><link>https://kevinwang930.github.io/tags/elasticsearch/</link><description>Recent content in Elasticsearch on Kevin wang's blog</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 01 Aug 2026 21:10:00 +0200</lastBuildDate><atom:link href="https://kevinwang930.github.io/tags/elasticsearch/index.xml" rel="self" type="application/rss+xml"/><item><title>Elasticsearch cluster network and indexes</title><link>https://kevinwang930.github.io/post/data/search/elasticsearch-cluster-index/</link><pubDate>Sat, 01 Aug 2026 21:10:00 +0200</pubDate><guid>https://kevinwang930.github.io/post/data/search/elasticsearch-cluster-index/</guid><description>&lt;p&gt;Elasticsearch is a distributed search engine: clients speak HTTP, nodes form a TCP mesh, a master publishes &lt;code&gt;ClusterState&lt;/code&gt;, and each data node stores Lucene-backed shard copies. This post covers &lt;strong&gt;cluster management&lt;/strong&gt; (topology and TCP transport) and &lt;strong&gt;how an index is modeled and opened&lt;/strong&gt;, from the tree under &lt;code&gt;git/elasticsearch&lt;/code&gt; (server &lt;code&gt;Version.CURRENT&lt;/code&gt; = 9.6.0 on &lt;code&gt;main&lt;/code&gt;).&lt;/p&gt;</description></item></channel></rss>