-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Concurrent Searching: Support Aggregations #2585
Comments
@reta I will be taking a stab at this but wanted to check if there is any initial analysis which you did which can help with this item ? |
@anasalkouz I see this item listed in Fast Follow-Up of Searchable Snapshot but there is no assignee for it. So assuming I can look into this issue ? |
@sohami @anasalkouz the main blocker for any further work is this issue [1], the concurrent search sandbox plugin is not published anywhere and we do not provide a convenient way for people to try it. It is just sitting in the repo, unless someone does manual builds and installation. [1] #3677 |
@reta Sorry for delayed response. That issue seems more on to help users of concurrent search to easily try the experimental feature which from discussion seems like we can move to a feature flag model. However, there should not be a blocker from developing other missing pieces. To that I was able to spend some cycles on looking into current implementation and will be adding some update this week. |
@anasalkouz Sounds good. Thanks! |
Is your feature request related to a problem? Please describe.
The aggregations are implemented using Apache Lucene collectors and are not yet compatible with the concurrent search over segments.
Describe the solution you'd like
It should be possible to use concurrent search over segments for aggregations.
Describe alternatives you've considered
The implementation falls back to sequential search right now
Additional context
N/A
The text was updated successfully, but these errors were encountered: