Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/reference/search/terms-enum.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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.