File tree 1 file changed +4
-0
lines changed
docs/reference/search/request
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ of the sort specification. Otherwise the sort order for documents that have
37
37
the same sort values would be undefined and could lead to missing or duplicate
38
38
results. The <<mapping-id-field,`_id` field>> has a unique value per document
39
39
but it is not recommended to use it as a tiebreaker directly.
40
+ Beware that `search_after` looks for the first document which fully or partially
41
+ matches tiebreaker's provided value. Therefore if a document has a tiebreaker value of
42
+ `"654323"` and you `search_after` for `"654"` it would still match that document
43
+ and return results found after it.
40
44
<<doc-values,doc value>> are disabled on this field so sorting on it requires
41
45
to load a lot of data in memory. Instead it is advised to duplicate (client side
42
46
or with a <<ingest-processors,set ingest processor>>) the content
You can’t perform that action at this time.
0 commit comments