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.
TermVectorsRequest.fields
Fields
Field[]
1 parent 93d1b5e commit 609d5fcCopy full SHA for 609d5fc
specification/_global/termvectors/TermVectorsRequest.ts
@@ -189,7 +189,7 @@ export interface Request<TDocument> extends RequestBase {
189
* A list of fields to include in the statistics.
190
* It is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.
191
*/
192
- fields?: Fields
+ fields?: Field[]
193
/**
194
* If `true`, the response includes:
195
*
0 commit comments