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 support for lenient booleans. #26389

Merged
merged 2 commits into from
Aug 28, 2017

Conversation

jpountz
Copy link
Contributor

@jpountz jpountz commented Aug 25, 2017

Closes #22298

@jpountz jpountz added :Core/Infra/Settings Settings infrastructure and APIs >non-issue v7.0.0 labels Aug 25, 2017
Copy link
Member

@danielmitterdorfer danielmitterdorfer left a comment

Choose a reason for hiding this comment

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

Thanks for doing this cleanup @jpountz.

LGTM, I left just one comment.

@@ -79,7 +79,7 @@ public String name() {
@Override
public TokenStream create(TokenStream tokenStream) {
// fst is null means no synonyms
return synonymMap.fst == null ? tokenStream : new SynonymGraphFilter(tokenStream, synonymMap, ignoreCase);
return synonymMap.fst == null ? tokenStream : new SynonymGraphFilter(tokenStream, synonymMap, false);
Copy link
Member

Choose a reason for hiding this comment

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

Hmm, I see that the field ignoreCase is deprecated but this change looks unrelated to this PR? Looks like you removed this field together with this PR (I think a separate commit would have been better but it's fine with me).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll split into a separate commit

@jpountz jpountz force-pushed the remove_lenient_booleans branch from e9dff9c to db28682 Compare August 28, 2017 07:55
@jpountz jpountz force-pushed the remove_lenient_booleans branch from db28682 to 36e22bc Compare August 28, 2017 07:57
@jpountz jpountz merged commit 36e22bc into elastic:master Aug 28, 2017
@jpountz jpountz deleted the remove_lenient_booleans branch August 28, 2017 07:58
danielmitterdorfer added a commit to danielmitterdorfer/elasticsearch that referenced this pull request Oct 15, 2018
With this commit we remove some leftovers from elastic#26389 which cleaned up
lenient boolean handling.

Relates elastic#26389
Relates elastic#22298
danielmitterdorfer added a commit that referenced this pull request Oct 16, 2018
With this commit we remove some leftovers from #26389 which cleaned up
lenient boolean handling.

Relates #26389
Relates #22298
Relates #34467
kcm pushed a commit that referenced this pull request Oct 30, 2018
With this commit we remove some leftovers from #26389 which cleaned up
lenient boolean handling.

Relates #26389
Relates #22298
Relates #34467
@jimczi jimczi added v7.0.0-beta1 and removed v7.0.0 labels Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants