同步操作将从 Hutool/elasticsearch-definitive-guide-cn 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
In [distributed-cluster], we introduced the shard, and described it as a low-level ``worker unit''. But what exactly is a shard and how does it work? In this chapter we will answer these questions:
Why is search near real-time?
Why are document CRUD (create-read-update-delete) operations real-time?
How does Elasticsearch ensure that the changes you make are durable, that they won’t be lost if there is a power failure?
Why does deleting documents not free up space immediately?
What do the refresh
, flush
, and optimize
APIs do, and when should
you use them?
The easiest way to understand how a shard functions today is to start with a history lesson. We will look at the problems that needed to be solved in order to provide a distributed durable datastore with near real-time search and analytics.
The information presented below is for your interest. You are not required to understand and remember all the detail in order to use Elasticsearch. Read the section to gain a taste for how things work, and to know where the information is in case you need to refer to it in the future, but don’t be overwhelmed by the detail.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。