-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Warn FilterPath transforms the response and can break response parsing #3331
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
Comments
I find the problem is caused by filter_path. If I use filter_path in NestedAggregation, its result value is null; if I delete the filter_path, everything is ok. |
solution: |
Aye, Thank you for opening this issue. @russcam @codebrain |
@Mpdreamz - Agreed, we don't have the capability to interpret the results given a Perhaps a remarks with a link to the docs? https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#common-options-response-filtering |
This commit adds a note to the filter_path XML comments to warn about response filtering potentially affecting deserialization to the respective response type. Include XML comments on common options for Descriptor types Closes #3331
I've opened #3379 to address |
This commit adds a note to the filter_path XML comments to warn about response filtering potentially affecting deserialization to the respective response type. Include XML comments on common options for Descriptor types Closes #3331
This commit adds a note to the filter_path XML comments to warn about response filtering potentially affecting deserialization to the respective response type. Include XML comments on common options for Descriptor types Closes #3331
This commit adds a note to the filter_path XML comments to warn about response filtering potentially affecting deserialization to the respective response type. Include XML comments on common options for Descriptor types Closes #3331
Elasticsearch version: 6.2.3
Problem step description:
index's object json like:
the value of response's NestedAggration is null
I donot know what happened, do anyone give me some hint?
thanks.
The text was updated successfully, but these errors were encountered: