[DOCS] Fix metadata field refs (#60764)

This commit is contained in:
James Rodewig 2020-08-05 13:21:00 -04:00 committed by GitHub
parent 8811f44229
commit 56c778235c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 21 additions and 21 deletions

View file

@ -14,7 +14,7 @@ API will have access to the `ctx` variable which exposes:
[horizontal]
`ctx._source`:: Access to the document <<mapping-source-field,`_source` field>>.
`ctx.op`:: The operation that should be applied to the document: `index` or `delete`.
`ctx._index` etc:: Access to <<mapping-fields,document meta-fields>>, some of which may be read-only.
`ctx._index` etc:: Access to <<mapping-fields,document metadata fields>>, some of which may be read-only.
[discrete]
== Search and aggregation scripts