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

Query string query: Remove lowercase_expanded_terms and locale options #10086

Merged
merged 1 commit into from Mar 13, 2015

Conversation

dakrone
Copy link
Member

@dakrone dakrone commented Mar 13, 2015

The analysis chain should be used instead of relying on this, as it is
confusing when dealing with different per-field analysers.

The locale option was only used for lowercase_expanded_terms, which,
once removed, is no longer needed, so it was removed as well.

Fixes #9978
Relates to #9973

@rjernst
Copy link
Member

rjernst commented Mar 13, 2015

LGTM

The analysis chain should be used instead of relying on this, as it is
confusing when dealing with different per-field analysers.

The `locale` option was only used for `lowercase_expanded_terms`, which,
once removed, is no longer needed, so it was removed as well.

Fixes elastic#9978
Relates to elastic#9973
@dakrone dakrone merged commit d1f7bd9 into elastic:master Mar 13, 2015
@clintongormley clintongormley changed the title [QUERY] Remove lowercase_expanded_terms and locale options Query string query: Remove lowercase_expanded_terms and locale options Jun 6, 2015
@dakrone dakrone deleted the remove-LcET branch May 13, 2016 16:45
@clintongormley clintongormley added :Search/Search Search-related issues that do not fall into other categories and removed :Query DSL labels Feb 14, 2018
slawo pushed a commit to slawo/elastic that referenced this pull request Apr 16, 2018
remove:
- lowercase_expanded_terms
- locale
as per: elastic/elasticsearch#10086
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove lowercase_expanded_terms option
3 participants