1
0
Эх сурвалжийг харах

[DOCS] Clarify copy for terms enum API's `complete` flag (#76066)

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
Elasticsearch addict 4 жил өмнө
parent
commit
7e7b5c9367

+ 3 - 3
docs/reference/search/terms-enum.asciidoc

@@ -35,8 +35,9 @@ The API returns the following response:
 }
 --------------------------------------------------
 
-The "complete" flag is false if time or space constraints were met and the
-set of terms examined was not the full set of available values.
+If the `complete` flag is `false`, the returned `terms` set may be incomplete
+and should be treated as approximate. This can occur due to a few reasons, such
+as a request timeout or a node error.
 
 [[search-terms-enum-api-request]]
 ==== {api-request-title}
@@ -102,4 +103,3 @@ query rewrites to `match_none`.
 The string after which terms in the index should be returned. Allows for a form of
 pagination if the last result from one request is passed as the search_after
 parameter for a subsequent request.
-