From f9c17dd976fbf1810bb87057298ae4e80bbb648e Mon Sep 17 00:00:00 2001 From: Munish Goyal Date: Mon, 22 Aug 2016 19:50:14 +0530 Subject: [PATCH] Correct sentence (#20088) --- docs/reference/mapping/types/text.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/types/text.asciidoc b/docs/reference/mapping/types/text.asciidoc index 7e51f4d6724..44c6a383a1c 100644 --- a/docs/reference/mapping/types/text.asciidoc +++ b/docs/reference/mapping/types/text.asciidoc @@ -1,7 +1,7 @@ [[text]] === Text datatype -A field to index full-text values, such as the body of on email or the +A field to index full-text values, such as the body of an email or the description of a product. These fields are `analyzed`, that is they are passed through an <> to convert the string into a list of individual terms before being indexed. The analysis process allows Elasticsearch to search for