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 FetchSubPhaseParseElement #20350

Conversation

javanna
Copy link
Member

@javanna javanna commented Sep 6, 2016

With the search refactoring we don't use SearchParseElement anymore to define our own parsing code but only for plugins. There was an abstract impl of SearchParseElement called FetchSubPhaseParseElement in our production code, only used in one of our tests. We can remove that abstract class as it is not needed and not that useful for the test that depends on it.

@javanna javanna added >enhancement review :Search/Search Search-related issues that do not fall into other categories v5.0.0-beta1 >breaking-java labels Sep 6, 2016
@martijnvg
Copy link
Member

LGTM

With the search refactoring we don't use SearchParseElement anymore to define our own parsing code but only for plugins. There was an abstract subclass called FetchSubPhaseParseElement in our production code, only used in one of our tests. We can remove that abstract class as it is not needed and not that useful for the test that depends on it.
@javanna javanna force-pushed the enhancement/remove_fetch_subphase_parse_element branch from 1f89413 to a96c76d Compare September 7, 2016 08:06
@javanna javanna merged commit 9683412 into elastic:master Sep 7, 2016
imotov added a commit to brwe/es-token-plugin that referenced this pull request Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>breaking-java :Search/Search Search-related issues that do not fall into other categories v5.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants