Browse Source

[Docs] Add supported _terms_enum field types (#83244)

The `_terms_enum` API currently supported keyword, constant_keyword and
flattened fields. This should be documented more clearly.
Christoph Büscher 3 years ago
parent
commit
61e1b080dd
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/reference/search/terms-enum.asciidoc

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

@@ -5,7 +5,9 @@
 ++++
 
 The terms enum API can be used to discover terms in the index that match
-a partial string. This is used for auto-complete:
+a partial string. Supported field types are <<keyword-field-type,`keyword`>>,
+<<constant-keyword-field-type,`constant_keyword`>> and 
+<<flattened,`flattened`>>. This is used for auto-complete:
 
 [source,console]
 --------------------------------------------------