File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/reference/search/request Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ It's important to understand the difference between
6565using the doc keyword, will cause the terms for that field to be loaded to
6666memory (cached), which will result in faster execution, but more memory
6767consumption. Also, the `doc[...]` notation only allows for simple valued
68- fields (can't return a json object from it) and make sense only on
69- non-analyzed or single term based fields. However, using `doc` is
68+ fields (you can't return a json object from it) and makes sense only for
69+ non-analyzed or single term based fields. However, using `doc` is
7070still the recommended way to access values from the document, if at all
7171possible, because `_source` must be loaded and parsed every time it's used.
7272Using `_source` is very slow.
You can’t perform that action at this time.
0 commit comments