From 699fe5e929903816ec13a1a211bf54efc0dc4a73 Mon Sep 17 00:00:00 2001 From: James Yu Date: Wed, 12 Feb 2014 13:15:23 -0600 Subject: [PATCH] fixed markup and typo --- docs/reference/mapping/types/core-types.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/mapping/types/core-types.asciidoc b/docs/reference/mapping/types/core-types.asciidoc index 14cc9f5641f..134f355612b 100644 --- a/docs/reference/mapping/types/core-types.asciidoc +++ b/docs/reference/mapping/types/core-types.asciidoc @@ -676,10 +676,10 @@ free text search and sorting. } -------------------------------------------------- -In the above example the field name gets processed twice. The first time is gets +In the above example the field `name` gets processed twice. The first time it gets processed as an analyzed string and this version is accessible under the field name `name`, this is the main field and is in fact just like any other field. The second time -its get processed as a not analyzed string and is accessible under the name `name.raw`. +it gets processed as a not analyzed string and is accessible under the name `name.raw`. [float] ==== Include in All