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 b26b9a1 commit d360ce9Copy full SHA for d360ce9
specification/_types/query_dsl/term.ts
@@ -26,6 +26,7 @@ import {
26
Id,
27
Ids,
28
IndexName,
29
+ MinimumShouldMatch,
30
MultiTermQueryRewrite,
31
Routing
32
} from '@_types/common'
@@ -252,6 +253,10 @@ export class TermsLookup {
252
253
}
254
255
export class TermsSetQuery extends QueryBase {
256
+ /**
257
+ * Specification describing number of matching terms required to return a document.
258
+ */
259
+ minimum_should_match?: MinimumShouldMatch
260
/**
261
* Numeric field containing the number of matching terms required to return a document.
262
*/
0 commit comments