Skip to content

Conversation

@s1monw
Copy link
Contributor

@s1monw s1monw commented Feb 6, 2017

QUERY_AND_FETCH has been treated as an internal optimization for 2 major
versions. This commit removes the search type and it's implementation details and
folds the optimization in the case of a single shard into the search controller such
that every search with a single shard (non DFS) will receive this optimization.

`QUERY_AND_FETCH` has been treated as an internal optimization for 2 major
versions. This commit removes the search type and it's implementation details and
folds the optimization in the case of a single shard into the search controller such
that every search with a single shard (non DFS) will receive this optimization.
@s1monw s1monw added :Search/Search Search-related issues that do not fall into other categories >breaking-java >enhancement review v5.3.0 v6.0.0-alpha1 labels Feb 6, 2017
@s1monw s1monw requested a review from jpountz February 6, 2017 13:11
Copy link
Contributor

@jpountz jpountz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@s1monw s1monw merged commit 7513c6e into elastic:master Feb 6, 2017
@s1monw s1monw deleted the trash_query_and_fetch branch February 6, 2017 16:10
s1monw added a commit that referenced this pull request Feb 6, 2017
`QUERY_AND_FETCH` has been treated as an internal optimization for 2 major
versions. This commit removes the search type and it's implementation details and
folds the optimization in the case of a single shard into the search controller such
that every search with a single shard (non DFS) will receive this optimization.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>breaking-java >enhancement :Search/Search Search-related issues that do not fall into other categories v5.3.0 v6.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants