Skip to content

Commit

Permalink
[Docs] Add supported _terms_enum field types (#83244)
Browse files Browse the repository at this point in the history
The `_terms_enum` API currently supported keyword, constant_keyword and
flattened fields. This should be documented more clearly.
  • Loading branch information
Christoph Büscher committed Jan 28, 2022
1 parent 9de75c2 commit 61e1b08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/reference/search/terms-enum.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
--------------------------------------------------
Expand Down

0 comments on commit 61e1b08

Please sign in to comment.