Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/reference/docs/get.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,6 @@ The result of the above get operation is:
Also only leaf fields can be returned via the `stored_field` option. So object fields can't be returned and such requests
will fail.

[float]
[[generated-fields]]
=== Generated fields
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.
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`.


[float]
[[_source]]
=== Getting the _source directly
Expand Down
5 changes: 0 additions & 5 deletions docs/reference/docs/multi-get.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,6 @@ GET /test/type/_mget?stored_fields=field1,field2
<1> Returns `field1` and `field2`
<2> Returns `field3` and `field4`

[float]
=== Generated fields

See <<generated-fields>> for fields generated only when indexing.

[float]
[[mget-routing]]
=== Routing
Expand Down