Skip to content

Commit 5a5da4a

Browse files
authored
Change TermVectorsRequest.fields from Fields to Field[] (#5084)
1 parent 71320d3 commit 5a5da4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_global/termvectors/TermVectorsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export interface Request<TDocument> extends RequestBase {
189189
* A list of fields to include in the statistics.
190190
* It is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.
191191
*/
192-
fields?: Fields
192+
fields?: Field[]
193193
/**
194194
* If `true`, the response includes:
195195
*

0 commit comments

Comments
 (0)