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.
1 parent d03dac4 commit 473dc78Copy full SHA for 473dc78
specification/_types/query_dsl/compound.ts
@@ -91,7 +91,9 @@ export class DisMaxQuery extends QueryBase {
91
}
92
93
/** @codegen_names single, multi */
94
-export type FunctionScore = SingleFunctionScoreContainer | MultiFunctionScoreQuery
+export type FunctionScore =
95
+ | SingleFunctionScoreContainer
96
+ | MultiFunctionScoreQuery
97
98
/**
99
* @shortcut_property functions
0 commit comments