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