Skip to content
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

Async search to expose partial search hits #62935

Closed
Tracked by #88658
javanna opened this issue Sep 28, 2020 · 2 comments
Closed
Tracked by #88658

Async search to expose partial search hits #62935

javanna opened this issue Sep 28, 2020 · 2 comments
Labels
>enhancement Meta :Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team

Comments

@javanna
Copy link
Member

javanna commented Sep 28, 2020

The async search API allows to retrieve partial aggregations results. We would like to also expose partial search hits.

That means allowing users to run sorted queries and aggregations in the same search request efficiently while today the recommendation is to split the request to retrieve top documents independently of aggregations.

@javanna javanna added >enhancement :Search/Search Search-related issues that do not fall into other categories labels Sep 28, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (:Search/Search)

@javanna
Copy link
Member Author

javanna commented Jun 19, 2024

This has been open for quite a while with no activity. While it is something that may be interesting to solve, it does not align with our current priorities. For now I'm going to close this as something we aren't planning on implementing. We can re-open it later if needed.

Note that cross-cluster search does expose partial top hits when using minimize roundtrips, meaning whenever each remote cluster is done with its own part of the search, its results are directly exposed to the async search API.

@javanna javanna closed this as not planned Won't fix, can't repro, duplicate, stale Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Meta :Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team
Projects
None yet
Development

No branches or pull requests

2 participants