Skip to content

Commit fcde2f8

Browse files
committed
Fix variant annotations for SparseVectorQuery
1 parent 1e76b92 commit fcde2f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

specification/_types/query_dsl/SparseVectorQuery.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export class SparseVectorQuery extends QueryBase {
5252
/**
5353
* The query text you want to use for search.
5454
* If inference_id is specified, query must also be specified.
55+
* @variant container_property
5556
*/
5657
query?: string
5758

@@ -61,6 +62,7 @@ export class SparseVectorQuery extends QueryBase {
6162
* Default: false
6263
* @availability stack since=8.15.0 stability=experimental
6364
* @availability serverless stability=experimental
65+
* @variant container_property
6466
*/
6567
prune?: boolean
6668

@@ -71,6 +73,7 @@ export class SparseVectorQuery extends QueryBase {
7173
* If prune is set to true but pruning_config is not specified, default values will be used.
7274
* @availability stack since=8.15.0 stability=experimental
7375
* @availability serverless stability=experimental
76+
* @variant container_property
7477
*/
7578
pruning_config?: TokenPruningConfig
7679
}

0 commit comments

Comments
 (0)