From 1364cc89f1ed07e00c811974ed30df466c20b597 Mon Sep 17 00:00:00 2001 From: Pius Date: Mon, 25 Apr 2016 23:35:42 -0700 Subject: [PATCH] Update mapping.asciidoc Changed "referrer to" to "refer to". --- docs/reference/migration/migrate_5_0/mapping.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/migration/migrate_5_0/mapping.asciidoc b/docs/reference/migration/migrate_5_0/mapping.asciidoc index bb250b172cb..4d1e2653356 100644 --- a/docs/reference/migration/migrate_5_0/mapping.asciidoc +++ b/docs/reference/migration/migrate_5_0/mapping.asciidoc @@ -119,7 +119,7 @@ The source `transform` feature has been removed. Instead, use an ingest pipeline The join between parent and child documents no longer relies on indexed fields and therefore from 5.0.0 onwards the `_parent` field is no longer indexed. In -order to find documents that referrer to a specific parent id the new +order to find documents that refer to a specific parent id, the new `parent_id` query can be used. The GET response and hits inside the search response still include the parent id under the `_parent` key.