Added no-op support for project_routing query param to REST endpoints that will support cross-project search#134741
Merged
quux00 merged 3 commits intoelastic:mainfrom Sep 19, 2025
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
Collaborator
|
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." | ||
| } |
Contributor
There was a problem hiding this comment.
For my education, are those manually changed or generated from something?
Contributor
Author
There was a problem hiding this comment.
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.
idegtiarenko
approved these changes
Sep 18, 2025
luigidellaquila
approved these changes
Sep 18, 2025
Contributor
luigidellaquila
left a comment
There was a problem hiding this comment.
👍 for SQL and EQL
szybia
added a commit
to szybia/elasticsearch
that referenced
this pull request
Sep 19, 2025
* 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)
quux00
added a commit
to elastic/elasticsearch-specification
that referenced
this pull request
Sep 19, 2025
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Endpoints added:
_msearch
_field_caps
_search/template
_msearch/template
_resolve/index
_eql/search
_sql
_mvt (Vector tile search)
_pit (Open PointInTime)
_count
_cat/count