Skip to content

Commit ebdb17a

Browse files
committed
fixing examples
1 parent dc59784 commit ebdb17a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/reference/mapping/types/keyword.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PUT my-index-000001
4040
}
4141
}
4242
--------------------------------
43-
43+
// REVIEWED[11.06.24]
4444
[TIP]
4545
.Mapping numeric identifiers
4646
====
@@ -205,7 +205,7 @@ PUT idx/_doc/1
205205
}
206206
----
207207
// TEST[s/$/\nGET idx\/_doc\/1?filter_path=_source\n/]
208-
208+
// REVIEWED[11.06.24]
209209
Will become:
210210

211211
[source,console-result]
@@ -215,7 +215,7 @@ Will become:
215215
}
216216
----
217217
// TEST[s/^/{"_source":/ s/\n$/}/]
218-
218+
// REVIEWED[11.06.24]
219219
If a `keyword` field sets `store` to `true` then order and duplicates
220220
are preserved. For example:
221221
[source,console,id=synthetic-source-keyword-example-stored]
@@ -243,7 +243,7 @@ PUT idx/_doc/1
243243
}
244244
----
245245
// TEST[s/$/\nGET idx\/_doc\/1?filter_path=_source\n/]
246-
246+
// REVIEWED[11.06.24]
247247
Will become:
248248

249249
[source,console-result]
@@ -253,7 +253,7 @@ Will become:
253253
}
254254
----
255255
// TEST[s/^/{"_source":/ s/\n$/}/]
256-
256+
// REVIEWED[11.06.24]
257257
Values longer than `ignore_above` are preserved but sorted to the end.
258258
For example:
259259
[source,console,id=synthetic-source-keyword-example-ignore-above]
@@ -281,7 +281,7 @@ PUT idx/_doc/1
281281
}
282282
----
283283
// TEST[s/$/\nGET idx\/_doc\/1?filter_path=_source\n/]
284-
284+
// REVIEWED[11.06.24]
285285
Will become:
286286

287287
[source,console-result]
@@ -291,7 +291,7 @@ Will become:
291291
}
292292
----
293293
// TEST[s/^/{"_source":/ s/\n$/}/]
294-
294+
// REVIEWED[11.06.24]
295295

296296
include::constant-keyword.asciidoc[]
297297

0 commit comments

Comments
 (0)