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 type query #47207

Merged
merged 2 commits into from
Sep 27, 2019
Merged

Conversation

romseygeek
Copy link
Contributor

Running type queries in 7x already emits deprecation warnings. We can remove it
altogether in 8x.

Part of #41059

@romseygeek romseygeek added >breaking :Search/Search Search-related issues that do not fall into other categories v8.0.0 labels Sep 27, 2019
@romseygeek romseygeek self-assigned this Sep 27, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search

Copy link
Contributor

@jimczi jimczi left a comment

Choose a reason for hiding this comment

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

LGTM

@romseygeek romseygeek merged commit 237b238 into elastic:master Sep 27, 2019
@jpountz jpountz mentioned this pull request Sep 27, 2019
66 tasks
@romseygeek romseygeek deleted the types-removal/type-query branch September 27, 2019 12:56
@pgomulka pgomulka mentioned this pull request Mar 25, 2020
66 tasks
pgomulka added a commit to pgomulka/elasticsearch that referenced this pull request Jul 19, 2021
Type information is no longer available, thereofre type query in v7
compatibility is working as match_all query
previously removed in elastic#47207

relates main meta issue elastic#51816
relates types removal meta elastic#54160
pgomulka added a commit that referenced this pull request Aug 3, 2021
Type query support was removed in #47207. This query will throw an exception in v7 rest api compatibility indicating that the support was removed + deprecation warnings.
In v8 it will not be available and error about type query being not found will be returned.

relates main meta issue #51816
relates types removal meta #54160
jrodewig added a commit that referenced this pull request Sep 28, 2021
Adds an 8.0 breaking change for PR #47207.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>breaking :Search/Search Search-related issues that do not fall into other categories v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants