-
Notifications
You must be signed in to change notification settings - Fork 194
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
[FEATURE] SearchTemplateResponse should include aggregations and suggest #456
Comments
Is it available from the server? As in, is this a client parsing and response object issue, or is it a feature request on the opensearch server? |
It is - from what I can tell the server response is pretty much the same as in a regular SearchResponse. Which makes sense, the request template just gets resolved to a regular query (that can include suggestions and aggregations), the response wouldn't be different. |
+1 @wbeckler We're experiencing the same issue using the OpenSearch Java client - When we make a request using |
+1 for aggregations (honestly, +1 for feature-parity with RHLC). Would prefer using the java client, but the RHLC seems much more feature-complete. Given the existing deprecation notice for the RHLC for OS 3.0.0, is there currently a timeline for feature-parity between the two clients? |
The SearchTemplateResponse currently only includes hits, but would be useful if it also had the aggregations and suggest (optional) fields, same as the regular SearchResponse.
The text was updated successfully, but these errors were encountered: