Skip to content

Commit 7e7b5c9

Browse files
amitmbmjrodewig
andauthored
[DOCS] Clarify copy for terms enum API's complete flag (#76066)
Co-authored-by: James Rodewig <[email protected]>
1 parent 25fad2d commit 7e7b5c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/search/terms-enum.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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`.
102103
The string after which terms in the index should be returned. Allows for a form of
103104
pagination if the last result from one request is passed as the search_after
104105
parameter for a subsequent request.
105-

0 commit comments

Comments
 (0)