parent
48ee09fbd4
commit
c9120c5c2a
|
@ -1,6 +1,11 @@
|
||||||
[[search-request-fields]]
|
[[search-request-fields]]
|
||||||
=== Fields
|
=== Fields
|
||||||
|
|
||||||
|
WARNING: The `fields` parameter is about fields that are explicitly marked as
|
||||||
|
stored in the mapping, which is off by default and generally not recommended.
|
||||||
|
Use <<search-request-source-filtering,source filtering>> instead to select
|
||||||
|
subsets of the original source document to be returned.
|
||||||
|
|
||||||
Allows to selectively load specific stored fields for each document represented
|
Allows to selectively load specific stored fields for each document represented
|
||||||
by a search hit.
|
by a search hit.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue