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.
InnerHits.fields
Fields
Field[]
1 parent e71ebf9 commit 03b6c96Copy full SHA for 03b6c96
specification/_global/search/_types/hits.ts
@@ -128,7 +128,7 @@ export class InnerHits {
128
ignore_unmapped?: boolean
129
script_fields?: Dictionary<Field, ScriptField>
130
seq_no_primary_term?: boolean
131
- fields?: Fields
+ fields?: Field[]
132
/**
133
* How the inner hits should be sorted per `inner_hits`.
134
* By default, inner hits are sorted by score.
0 commit comments