Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit b3d7e74

Browse files
committed
Edited 030_Data/05_Document.asciidoc with Atlas code editor
1 parent 003698e commit b3d7e74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

030_Data/05_Document.asciidoc

+4-1
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,14 @@ elements are as follows:
6060
An _index_ is like a database in a relational database; it's the place
6161
we store and index related data.((("indexes")))
6262

63-
TIP: Actually, in Elasticsearch, our data is stored and indexed in _shards_,
63+
[TIP]
64+
====
65+
Actually, in Elasticsearch, our data is stored and indexed in _shards_,
6466
while an index is just a logical namespace that groups together one or more
6567
shards.((("shards", "grouped in indexes"))) However, this is an internal detail; our application shouldn't care
6668
about shards at all. As far as our application is concerned, our documents
6769
live in an _index_. Elasticsearch takes care of the details.
70+
====
6871

6972
We cover how to create and manage indices ourselves in <<index-management>>,
7073
but for now we will let Elasticsearch create the index for us. All we have to

0 commit comments

Comments
 (0)