Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Removes incorrect nested datatype definition #827

Merged
merged 2 commits into from
Apr 24, 2020

Commits on Apr 24, 2020

  1. [DOCS] Removes incorrect nested datatype definition

    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
    jrodewig committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    8dcffec View commit details
    Browse the repository at this point in the history
  2. Remove note

    jrodewig committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    4896b4a View commit details
    Browse the repository at this point in the history