Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 38 additions & 38 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions specification/_global/search_mvt/SearchMvtRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,18 +203,6 @@ export interface Request extends RequestBase {
* @server_default grid
*/
grid_type?: GridType
/**
* Specifies a subset of projects to target for the search using project
* metadata tags in a subset of Lucene query syntax.
* Allowed Lucene queries: the _alias tag and a single value (possibly wildcarded).
* Examples:
* _alias:my-project
* _alias:_origin
* _alias:*pr*
* Supported in serverless only.
* @availability serverless stability=stable visibility=feature_flag feature_flag=serverless.cross_project.enabled
*/
project_routing?: ProjectRouting
/**
* Maximum number of features to return in the hits layer. Accepts 0-10000.
* If 0, results don't include the hits layer.
Expand Down Expand Up @@ -352,5 +340,17 @@ export interface Request extends RequestBase {
* In addition, the new features will be distinguishable using the tag `_mvt_label_position`.
*/
with_labels?: boolean
/**
* Specifies a subset of projects to target for the search using project
* metadata tags in a subset of Lucene query syntax.
* Allowed Lucene queries: the _alias tag and a single value (possibly wildcarded).
* Examples:
* _alias:my-project
* _alias:_origin
* _alias:*pr*
* Supported in serverless only.
* @availability serverless stability=stable visibility=feature_flag feature_flag=serverless.cross_project.enabled
*/
project_routing?: ProjectRouting
}
}
24 changes: 12 additions & 12 deletions specification/_global/search_template/SearchTemplateRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,6 @@ export interface Request extends RequestBase {
* If `true`, the query execution is profiled.
* @server_default false */
profile?: boolean
/**
* Specifies a subset of projects to target for the search using project
* metadata tags in a subset of Lucene query syntax.
* Allowed Lucene queries: the _alias tag and a single value (possibly wildcarded).
* Examples:
* _alias:my-project
* _alias:_origin
* _alias:*pr*
* Supported in serverless only.
* @availability serverless stability=stable visibility=feature_flag feature_flag=serverless.cross_project.enabled
*/
project_routing?: ProjectRouting
/** A custom value used to route operations to a specific shard. */
routing?: Routing
/**
Expand Down Expand Up @@ -168,5 +156,17 @@ export interface Request extends RequestBase {
* parameter is required.
*/
source?: ScriptSource
/**
* Specifies a subset of projects to target for the search using project
* metadata tags in a subset of Lucene query syntax.
* Allowed Lucene queries: the _alias tag and a single value (possibly wildcarded).
* Examples:
* _alias:my-project
* _alias:_origin
* _alias:*pr*
* Supported in serverless only.
* @availability serverless stability=stable visibility=feature_flag feature_flag=serverless.cross_project.enabled
*/
project_routing?: ProjectRouting
}
}