Skip to content

Commit

Permalink
(Minor) Fix some typos (#36180)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenacota authored and Christoph Büscher committed Dec 4, 2018
1 parent 78389f0 commit fbfdd48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/mapping/types/parent-join.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PUT my_index/_doc/1?refresh
PUT my_index/_doc/2?refresh
{
"text": "This is a another question",
"text": "This is another question",
"my_join_field": {
"name": "question"
}
Expand Down Expand Up @@ -417,7 +417,7 @@ The mapping above represents the following tree:
|
vote

Indexing a grand child document requires a `routing` value equals
Indexing a grandchild document requires a `routing` value equals
to the grand-parent (the greater parent of the lineage):


Expand All @@ -436,4 +436,4 @@ PUT my_index/_doc/3?routing=1&refresh <1>
// TEST[continued]

<1> This child document must be on the same shard than its grand-parent and parent
<2> The parent id of this document (must points to an `answer` document)
<2> The parent id of this document (must points to an `answer` document)

0 comments on commit fbfdd48

Please sign in to comment.