-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Added no-op support for project_routing query param to REST endpoints that will support cross-project search #134741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added no-op support for project_routing query param to REST endpoints that will support cross-project search #134741
Conversation
f759961
to
5add6fe
Compare
…ints for: _msearch _field_caps _search/template _msearch/template _resolve/index _eql/search _sql _mvt (Vector tile search) <index>/_pit (Open PointInTime) <index>/_count _cat/count/{index}
5add6fe
to
11da465
Compare
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
"project_routing": { | ||
"type": "string", | ||
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless." | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For my education, are those manually changed or generated from something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The clients team told me we have to manually change them here and there is a corresponding section in elasticsearch-specification that mirrors these changes in an automated way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to
- _eql/search
- _sql
look good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 for SQL and EQL
* upstream/main: Turn NumericValues into functional interface (elastic#135068) Improve block loader for source only runtime fields of type keyword (elastic#135026) Mute org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT test {csv-spec:stats.StdDeviationGroupedAllTypes} elastic#135103 Mute org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT test {csv-spec:stats.StdDeviationWithLongs} elastic#135102 Mute org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT test {csv-spec:inlinestats.StdDevFilter} elastic#135101 Mute org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT test {csv-spec:stats.StdDevFilter} elastic#135100 Remove track_live_docs_in_memory_bytes feature flag (elastic#134900) Create SPI to allow prohibiting certain top-level mappings (elastic#132360) Only validate primary ids on release branches (elastic#135044) Added no-op support for project_routing query param to REST endpoints that will support cross-project search (elastic#134741) Fix race in FileSettingsServiceIT.testSettingsAppliedOnStart (elastic#134368)
…ch APIs (#5292) Cross-project enabled endpoints that support the project_routing query param in serverless: _search _async_search _msearch _field_caps _search/template _msearch/template _resolve/index _eql/search _sql _mvt (Vector tile search) _pit (Open PointInTime) _count _cat/count Corresponds to elastic/elasticsearch#134741
Endpoints added:
_msearch
_field_caps
_search/template
_msearch/template
_resolve/index
_eql/search
_sql
_mvt (Vector tile search)
_pit (Open PointInTime)
_count
_cat/count