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

Remove QueryInnerHits from HasChildQuery, HasParentQuery and NestedQueryBuilder #16856

Closed
cbuescher opened this issue Feb 29, 2016 · 1 comment
Labels
:Search/Search Search-related issues that do not fall into other categories

Comments

@cbuescher
Copy link
Member

After the inner_hits section has been refactored to be parsed on the coordinating node (see #10217) we need to replace QueryInnerHits from HasChildQueryBuilder, HasParentQueryBuilder and NestedQueryBuilder. Currently this still keeps the inner_hits part of the search source as a byte array that is parsed later on the shard. After the refactoring of inner_hits, we should be able to remove this.

@cbuescher
Copy link
Member Author

This was adressed in #17291.

@clintongormley clintongormley added :Search/Search Search-related issues that do not fall into other categories and removed :Search Refactoring labels Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Search/Search Search-related issues that do not fall into other categories
Projects
None yet
Development

No branches or pull requests

2 participants