Skip to content

Commit c52c3ce

Browse files
authored
[Doc] Remove mention of generated fields in get/mget docs (#25492)
This option has been removed in #20102.
1 parent 41abccf commit c52c3ce

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

docs/reference/docs/get.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,6 @@ The result of the above get operation is:
221221
Also only leaf fields can be returned via the `stored_field` option. So object fields can't be returned and such requests
222222
will fail.
223223

224-
[float]
225-
[[generated-fields]]
226-
=== Generated fields
227-
If no refresh occurred between indexing and refresh, GET will access the transaction log to fetch the document. However, some fields are generated only when indexing.
228-
If you try to access a field that is only generated when indexing, you will get an exception (default). You can choose to ignore field that are generated if the transaction log is accessed by setting `ignore_errors_on_generated_fields=true`.
229-
230-
231224
[float]
232225
[[_source]]
233226
=== Getting the _source directly

docs/reference/docs/multi-get.asciidoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,6 @@ GET /test/type/_mget?stored_fields=field1,field2
215215
<1> Returns `field1` and `field2`
216216
<2> Returns `field3` and `field4`
217217

218-
[float]
219-
=== Generated fields
220-
221-
See <<generated-fields>> for fields generated only when indexing.
222-
223218
[float]
224219
[[mget-routing]]
225220
=== Routing

0 commit comments

Comments
 (0)