@@ -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]
209209Will 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]
219219If a `keyword` field sets `store` to `true` then order and duplicates
220220are 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]
247247Will 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]
257257Values longer than `ignore_above` are preserved but sorted to the end.
258258For 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]
285285Will 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
296296include::constant-keyword.asciidoc[]
297297
0 commit comments