From 609d5fc7102e842bca038be140e9c4263eb9b53e Mon Sep 17 00:00:00 2001 From: Florian Bernd Date: Wed, 6 Aug 2025 19:05:13 +0200 Subject: [PATCH] Change `TermVectorsRequest.fields` from `Fields` to `Field[]` (#5084) (cherry picked from commit 5a5da4ab832095922001cc8e582b3d57c74670c3) --- specification/_global/termvectors/TermVectorsRequest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/_global/termvectors/TermVectorsRequest.ts b/specification/_global/termvectors/TermVectorsRequest.ts index 20aac2680a..de0802c948 100644 --- a/specification/_global/termvectors/TermVectorsRequest.ts +++ b/specification/_global/termvectors/TermVectorsRequest.ts @@ -189,7 +189,7 @@ export interface Request extends RequestBase { * A list of fields to include in the statistics. * It is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters. */ - fields?: Fields + fields?: Field[] /** * If `true`, the response includes: *