Skip to content

Commit

Permalink
[DOCS] Fix painless context _id variable (elastic#101316)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunyoung-dev authored Nov 1, 2023
1 parent 61c7483 commit df9002a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ reindexed into a target index.
{ref}/mapping-index-field.html[`ctx['_index']`] (`String`)::
The name of the index.

{ref}/mapping-id-field.html[`ctx['_id']`] (`int`, read-only)::
{ref}/mapping-id-field.html[`ctx['_id']`] (`String`)::
The unique document id.

`ctx['_version']` (`int`)::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ result of query.
{ref}/mapping-index-field.html[`ctx['_index']`] (`String`, read-only)::
The name of the index.

{ref}/mapping-id-field.html[`ctx['_id']`] (`int`, read-only)::
{ref}/mapping-id-field.html[`ctx['_id']`] (`String`, read-only)::
The unique document id.

`ctx['_version']` (`int`, read-only)::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ add, modify, or delete fields within a single document.
{ref}/mapping-index-field.html[`ctx['_index']`] (`String`, read-only)::
The name of the index.

{ref}/mapping-id-field.html[`ctx['_id']`] (`int`, read-only)::
{ref}/mapping-id-field.html[`ctx['_id']`] (`String`, read-only)::
The unique document id.

`ctx['_version']` (`int`, read-only)::
Expand Down

0 comments on commit df9002a

Please sign in to comment.