|
@@ -34,7 +34,8 @@ Users often disable the `_source` field without thinking about the
|
|
|
consequences, and then live to regret it. If the `_source` field isn't
|
|
|
available then a number of features are not supported:
|
|
|
|
|
|
-* The <<docs-update,`update` API>>.
|
|
|
+* The <<docs-update,`update`>>, <<docs-update-by-query,`update_by_query`>>,
|
|
|
+and <<docs-reindex,`reindex`>> APIs.
|
|
|
|
|
|
* On the fly <<search-request-highlighting,highlighting>>.
|
|
|
|
|
@@ -133,4 +134,3 @@ GET logs/event/_search
|
|
|
|
|
|
<1> These fields will be removed from the stored `_source` field.
|
|
|
<2> We can still search on this field, even though it is not in the stored `_source`.
|
|
|
-
|