Correct grammar in parent field doc
This commit is contained in:
parent
9727f123b9
commit
81b815ff76
|
@ -103,7 +103,7 @@ GET my_index/_search
|
||||||
cannot be established between documents of the same type.
|
cannot be established between documents of the same type.
|
||||||
|
|
||||||
* The `_parent.type` setting can only point to a type that doesn't exist yet.
|
* The `_parent.type` setting can only point to a type that doesn't exist yet.
|
||||||
This means that a type cannot become a parent type after it is has been
|
This means that a type cannot become a parent type after it has been
|
||||||
created.
|
created.
|
||||||
|
|
||||||
* Parent and child documents must be indexed on the same shard. The `parent`
|
* Parent and child documents must be indexed on the same shard. The `parent`
|
||||||
|
|
Loading…
Reference in New Issue