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 d360ce9 commit f13d458Copy full SHA for f13d458
specification/_types/query_dsl/term.ts
@@ -255,6 +255,8 @@ export class TermsLookup {
255
export class TermsSetQuery extends QueryBase {
256
/**
257
* Specification describing number of matching terms required to return a document.
258
+ * @availability stack since=8.10.0
259
+ * @availability serverless
260
*/
261
minimum_should_match?: MinimumShouldMatch
262
0 commit comments