Count APIs support project routing in serverless#138369
Merged
quux00 merged 13 commits intoelastic:mainfrom Dec 12, 2025
Merged
Count APIs support project routing in serverless#138369quux00 merged 13 commits intoelastic:mainfrom
quux00 merged 13 commits intoelastic:mainfrom
Conversation
94cfca8 to
b9db11a
Compare
Contributor
pawankartik-elastic
left a comment
There was a problem hiding this comment.
Things are looking good so far.
server/src/main/java/org/elasticsearch/rest/action/cat/RestCountAction.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/elasticsearch/rest/action/search/RestCountAction.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/elasticsearch/rest/action/cat/RestCountAction.java
Outdated
Show resolved
Hide resolved
d17f4bb to
d035f01
Compare
Collaborator
|
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
…nsTests for RestActions support of project_routing in the body
d035f01 to
7775f7d
Compare
parkertimmins
pushed a commit
to parkertimmins/elasticsearch
that referenced
this pull request
Dec 17, 2025
Count APIs support project routing in serverless _count and _cat/count.
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.
Both _count and _cat/count endpoints are cross-project enabled. Here we add support
for project_routing in both of those endpoints in the request body only (not as a URL path
query param).