From 85b9aafaad7c66f543a6b898c68ea8962669527b Mon Sep 17 00:00:00 2001 From: David Pilato Date: Thu, 27 Mar 2014 08:35:15 +0100 Subject: [PATCH] [DOCS] `_type` instead of Type Field --- docs/reference/mapping/fields/type-field.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/fields/type-field.asciidoc b/docs/reference/mapping/fields/type-field.asciidoc index bac7457a05f..16cad2ce413 100644 --- a/docs/reference/mapping/fields/type-field.asciidoc +++ b/docs/reference/mapping/fields/type-field.asciidoc @@ -1,5 +1,5 @@ [[mapping-type-field]] -=== Type Field +=== `_type` Each document indexed is associated with an id and a type. The type, when indexing, is automatically indexed into a `_type` field. By