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-level analyzer, index_analyzer, search_analyzer #8874

Closed
clintongormley opened this issue Dec 10, 2014 · 0 comments · Fixed by #9430
Closed

Remove type-level analyzer, index_analyzer, search_analyzer #8874

clintongormley opened this issue Dec 10, 2014 · 0 comments · Fixed by #9430
Labels
>breaking :Search/Mapping Index mappings, including merging and defining field types v2.0.0-beta1

Comments

@clintongormley
Copy link

Type level default analyzers are problematic. While the index analyzer can always be applied, the search analyzer is only applied if the type name is prepended to the field (see #3102).

With the changes planned in #8870, fields will be mapped in the same way across all types in an index, so it no longer makes sense to have type-level default analyzers. Instead, index-level default analyzers will apply to all fields (ie analyzers named default, default_search, or default_index).

Relates to #8870

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>breaking :Search/Mapping Index mappings, including merging and defining field types v2.0.0-beta1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant