API generation

This commit is contained in:
delvedor
2021-05-12 17:38:05 +02:00
parent 7b87db49ae
commit 791f2168a3
5 changed files with 88 additions and 0 deletions

View File

@ -10345,6 +10345,27 @@ _Default:_ `nodes`
|===
[discrete]
=== termsenum
*Stability:* beta
[source,ts]
----
client.termsenum({
index: string | string[],
body: object
})
----
link:{ref}/terms-enum.html[Documentation] +
[cols=2*]
|===
|`index`
|`string \| string[]` - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
|`body`
|`object` - field name, string which is the prefix expected in matching terms, timeout and size for max number of results
|===
[discrete]
=== termvectors