Skip to content

Commit

Permalink
[DOCS] Removes incorrect nested datatype definition (elastic#827) (e…
Browse files Browse the repository at this point in the history
…lastic#830)

Removes an incorrect definition of the [`nested` field datatype][0].

An [`object` datatype][1], which is used by the Elastic Common Schema,
can also contain an array of objects as a value.

The primary difference between the `object` and `nested` datatypes is
that objects in a `nested `datatype can be queried independently.

However, that distinction isn't needed or relevant here.

[0]: https://www.elastic.co/guide/en/elasticsearch/reference/master/nested.html
[1]: https://www.elastic.co/guide/en/elasticsearch/reference/master/object.html

Co-authored-by: James Rodewig <[email protected]>
  • Loading branch information
Mathieu Martin and jrodewig authored Apr 24, 2020
1 parent 0e471a8 commit bad59d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/faq.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ In Elasticsearch, `user` is represented as an {ref}/object.html[object
datatype]. In the case of the underline notation, both are just
{ref}/mapping-types.html[string datatypes].

NOTE: ECS does not use {ref}/nested.html[nested
datatypes], which are arrays of objects.

[float]
[[dot-adv]]
===== Advantages of dot notation
Expand Down

0 comments on commit bad59d8

Please sign in to comment.