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

Commit 074e605

Browse files
Fixed escaping of entities in index refs
1 parent fbd5b5a commit 074e605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

030_Data/05_Document.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ may have a name, a gender, an age, and an email address.
8383

8484
In a relational database, we usually store objects of the same class in the
8585
same table, because they share the same data structure. For the same reason, in
86-
Elasticsearch we use the same _type_ for ((("types", "_type, in document metadata)))documents that represent the same
86+
Elasticsearch we use the same _type_ for ((("types", "_type, in document metadata)))documents that represent the same
8787
class of _thing_, because they share the same data structure.
8888

8989
Every _type_ has its own <<mapping,mapping>> or schema ((("mapping (types)")))((("schema definition, types")))definition, which
@@ -101,7 +101,7 @@ underscore or contain commas.((("types", "names of"))) We will use `blog` for o
101101

102102
==== _id
103103

104-
The _ID_ is a string that,((("id", "_id, in document metadata"))) when combined with the `_index` and `_type`,
104+
The _ID_ is a string that,((("id", "&#x5f;id, in document metadata"))) when combined with the `_index` and `_type`,
105105
uniquely identifies a document in Elasticsearch. When creating a new document,
106106
you can either provide your own `_id` or let Elasticsearch generate one for
107107
you.

0 commit comments

Comments
 (0)