File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ The API returns the following response:
3535}
3636--------------------------------------------------
3737
38- The "complete" flag is false if time or space constraints were met and the
39- set of terms examined was not the full set of available values.
38+ If the `complete` flag is `false`, the returned `terms` set may be incomplete
39+ and should be treated as approximate. This can occur due to a few reasons, such
40+ as a request timeout or a node error.
4041
4142[[search-terms-enum-api-request]]
4243==== {api-request-title}
@@ -102,4 +103,3 @@ query rewrites to `match_none`.
102103The string after which terms in the index should be returned. Allows for a form of
103104pagination if the last result from one request is passed as the search_after
104105parameter for a subsequent request.
105-
You can’t perform that action at this time.
0 commit comments