Skip to content

Proper normalization of text and keyword fields#6734

Merged
Bargs merged 1 commit intoelastic:masterfrom
Bargs:fix/6722
Apr 1, 2016
Merged

Proper normalization of text and keyword fields#6734
Bargs merged 1 commit intoelastic:masterfrom
Bargs:fix/6722

Conversation

@Bargs
Copy link
Copy Markdown
Contributor

@Bargs Bargs commented Apr 1, 2016

Fixes #6722
Related to #6411

ES added keyword and text field types to replace string in 5.0. Kibana should normalize both of these to string just like it normalizes numeric types to number, but it needs to mark text fields as analyzed.

More info on the ES changes here: https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking_50_mapping_changes.html#breaking_50_mapping_changes

@epixa
Copy link
Copy Markdown
Contributor

epixa commented Apr 1, 2016

LGTM

@epixa epixa assigned Bargs and unassigned epixa Apr 1, 2016
@Bargs Bargs merged commit 698086b into elastic:master Apr 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants