We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b728a3f commit e9573abCopy full SHA for e9573ab
docs/reference/search/terms-enum.asciidoc
@@ -5,7 +5,9 @@
5
++++
6
7
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:
+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:
11
12
[source,console]
13
--------------------------------------------------
0 commit comments