S
Size: a a a
S
S
S
S
S
К
A
К
DK
DK
DK
DK
К
К
К
К
export type BoolQueryType = {|
must?: QueryContextType |
Array<QueryContextType>,
must_not?: QueryContextType |
Array<QueryContextType>,
should?: Array<QueryContextType>,
filter?: FilterContextType |
Array<FilterContextType>,
minimum_should_match?: MinimumShouldMatchType,
boost?: number,
|};
К
DK
К
E