Skip to content

Commit 84c3d03

Browse files
[DOCS] Fix typo (#75696)
Co-authored-by: James Rodewig <[email protected]>
1 parent e1851fb commit 84c3d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/search/request/search-after.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Beware that `search_after` looks for the first document which fully or partially
4141
matches tiebreaker's provided value. Therefore if a document has a tiebreaker value of
4242
`"654323"` and you `search_after` for `"654"` it would still match that document
4343
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
4545
to load a lot of data in memory. Instead it is advised to duplicate (client side
4646
or with a <<ingest-processors,set ingest processor>>) the content
4747
of the <<mapping-id-field,`_id` field>> in another field that has

0 commit comments

Comments
 (0)