API generation
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user