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 indices query #21837

Merged
merged 4 commits into from Nov 30, 2016
Merged

Conversation

javanna
Copy link
Member

@javanna javanna commented Nov 28, 2016

The indices query is deprecated since 5.0.0 (#17710). It can now be removed in master (future 6.0 version).

@javanna javanna added :Search/Search Search-related issues that do not fall into other categories >breaking v6.0.0-alpha1 labels Nov 28, 2016
@javanna
Copy link
Member Author

javanna commented Nov 28, 2016

Although we said that this query can be removed in 6.0 as it was deprecated with 5.0, this change breaks backwards compatibility on the network layer. @s1monw what is our plan on changes like this? Can we just state that a search using this query will not work anymore against a mixed version cluster? Or do we want to somehow try and build a bw comp layer around this?

@javanna javanna added the review label Nov 28, 2016
@s1monw
Copy link
Contributor

s1monw commented Nov 29, 2016

@javanna I think we can't support stuff that is added in that fashion either. I think if you want to use 6 you have to stop using deprecated features before you do so.

@javanna
Copy link
Member Author

javanna commented Nov 29, 2016

sounds good @s1monw thanks.

@javanna
Copy link
Member Author

javanna commented Nov 29, 2016

@elasticmachine retest this please

@javanna
Copy link
Member Author

javanna commented Nov 29, 2016

@jpountz would you mind reviewing this?

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

@@ -10,6 +10,7 @@
only the strings `"true"` and `"false"` will be parsed into their boolean
counterparts. Other strings will cause an error to be thrown.

* The deprecated indices query has been removed.
Copy link
Contributor

Choose a reason for hiding this comment

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

s/indices/indices/?

@javanna javanna force-pushed the enhancement/remove_indices_query branch from 28eff56 to b72c15f Compare November 30, 2016 14:35
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 v6.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants