Fixed bad asciidoc

This commit is contained in:
Clinton Gormley 2016-05-06 09:25:58 +02:00
parent 7d8708716e
commit c55df195c5
3 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ GET my_index/_search
}, },
"script_fields": { "script_fields": {
"parent": { "parent": {
"script": "doc['_parent']" <4> "script": "doc['_parent']" <3>
} }
} }
} }

View File

@ -42,7 +42,7 @@ GET my_index/_search
}, },
"script_fields": { "script_fields": {
"Routing value": { "Routing value": {
"script": "doc['_routing']" <4> "script": "doc['_routing']" <2>
} }
} }
} }

View File

@ -1,4 +1,4 @@
\[[mapping-type-field]] [[mapping-type-field]]
=== `_type` field === `_type` field
Each document indexed is associated with a <<mapping-type-field,`_type`>> (see Each document indexed is associated with a <<mapping-type-field,`_type`>> (see