Skip to content

Commit f13d458

Browse files
committed
Add @Availability annotations
1 parent d360ce9 commit f13d458

File tree

1 file changed

+2
-0
lines changed
  • specification/_types/query_dsl

1 file changed

+2
-0
lines changed

specification/_types/query_dsl/term.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ export class TermsLookup {
255255
export class TermsSetQuery extends QueryBase {
256256
/**
257257
* Specification describing number of matching terms required to return a document.
258+
* @availability stack since=8.10.0
259+
* @availability serverless
258260
*/
259261
minimum_should_match?: MinimumShouldMatch
260262
/**

0 commit comments

Comments
 (0)