mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
[DOCS] Fix metadata field refs (#60764)
This commit is contained in:
parent
8811f44229
commit
56c778235c
10 changed files with 21 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue