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 b132229 commit 2e44f91Copy full SHA for 2e44f91
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