Update mapping.asciidoc

Changed "referrer to" to "refer to".
This commit is contained in:
Pius 2016-04-25 23:35:42 -07:00
parent 8a5032fae5
commit 1364cc89f1
1 changed files with 1 additions and 1 deletions

View File

@ -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.