Browse Source

[DOCS] `_type` instead of Type Field

David Pilato 11 years ago
parent
commit
85b9aafaad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/fields/type-field.asciidoc

+ 1 - 1
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