File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/reference/search/request Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Beware that `search_after` looks for the first document which fully or partially
41
41
matches tiebreaker's provided value. Therefore if a document has a tiebreaker value of
42
42
`"654323"` and you `search_after` for `"654"` it would still match that document
43
43
and return results found after it.
44
- <<doc-values,doc value >> are disabled on this field so sorting on it requires
44
+ <<doc-values,Doc values >> are disabled on this field so sorting on it requires
45
45
to load a lot of data in memory. Instead it is advised to duplicate (client side
46
46
or with a <<ingest-processors,set ingest processor>>) the content
47
47
of the <<mapping-id-field,`_id` field>> in another field that has
You can’t perform that action at this time.
0 commit comments