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

XContentMapValues.filter now works with nested arrays #2955

Closed

Conversation

spinscale
Copy link
Contributor

The filter method of XContentMapValues actually filtered out nested
arrays/lists completely due to a bug in the filter method, which threw
away all data inside of such an nested array.

Closes #2944
This bug was a follow up problem, because of the filtering of nested arrays
in case source exclusion was configured.

The filter method of XContentMapValues actually filtered out nested
arrays/lists completely due to a bug in the filter method, which threw
away all data inside of such an array.

Closes elastic#2944
This bug was a follow up problem, because of the filtering of nested arrays
in case source exclusion was configured.
@spinscale
Copy link
Contributor Author

Forgot to close by commit. Closed by a694e97

@spinscale spinscale closed this Apr 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

source exclusion mapping prevents geo shape coordinates to be returned in query result source field
1 participant