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