-
Notifications
You must be signed in to change notification settings - Fork 50
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
Support for typed_keys in GET asynchronous search API #46
Comments
If the Irrespective of SUBMIT or GET asynchronous search call, the underlying search request and its final response will honor the As it is responsible for building the correct search request, if there is a bug it would be in the submit API itself? Plz elaborate on this bug. Has it been reproduced? |
I'm currently on 7.10. I have this issue.
In the below request/response, Example submit request:
Response aggregations for submit:
If I try to use Get async for the same id.
Response aggregations this time
The field "agg_field_1" is now no longer annotated with the internal type "sterm". Get async does not accept typed_keys as a parameter. |
This is being targeted for 1.3. |
I am using OS 2.12 and the issue is still here. Any updates since 2021? |
Is your feature request related to a problem? Please describe.
The
typed_keys
specify whether aggregation and suggester names should be prefixed by their respective types in the response. Current this is only supported on SUBMIT API. Meaning if the request takes longer, future GET requests do not have an ability to returntyped_keys
any longerThe text was updated successfully, but these errors were encountered: