Skip to content

Commit e9573ab

Browse files
author
Christoph Büscher
authored
[Docs] Add supported _terms_enum field types (#83244) (#83249)
The `_terms_enum` API currently supported keyword, constant_keyword and flattened fields. This should be documented more clearly.
1 parent b728a3f commit e9573ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/search/terms-enum.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
++++
66

77
The terms enum API can be used to discover terms in the index that match
8-
a partial string. This is used for auto-complete:
8+
a partial string. Supported field types are <<keyword-field-type,`keyword`>>,
9+
<<constant-keyword-field-type,`constant_keyword`>> and
10+
<<flattened,`flattened`>>. This is used for auto-complete:
911

1012
[source,console]
1113
--------------------------------------------------

0 commit comments

Comments
 (0)