File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
specification/_types/query_dsl Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ export class SparseVectorQuery extends QueryBase {
52
52
/**
53
53
* The query text you want to use for search.
54
54
* If inference_id is specified, query must also be specified.
55
+ * @variant container_property
55
56
*/
56
57
query ?: string
57
58
@@ -61,6 +62,7 @@ export class SparseVectorQuery extends QueryBase {
61
62
* Default: false
62
63
* @availability stack since=8.15.0 stability=experimental
63
64
* @availability serverless stability=experimental
65
+ * @variant container_property
64
66
*/
65
67
prune ?: boolean
66
68
@@ -71,6 +73,7 @@ export class SparseVectorQuery extends QueryBase {
71
73
* If prune is set to true but pruning_config is not specified, default values will be used.
72
74
* @availability stack since=8.15.0 stability=experimental
73
75
* @availability serverless stability=experimental
76
+ * @variant container_property
74
77
*/
75
78
pruning_config ?: TokenPruningConfig
76
79
}
You can’t perform that action at this time.
0 commit comments