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

Add "token_filters" array option to keyword type mapping #21241

Closed
synhershko opened this issue Nov 1, 2016 · 2 comments
Closed

Add "token_filters" array option to keyword type mapping #21241

synhershko opened this issue Nov 1, 2016 · 2 comments

Comments

@synhershko
Copy link
Contributor

The separation of string to text and keyword is awesome. The only remaining item in my opinion is the not-tokenized-but-lowercased case - it is common enough but will still require some rigorous configuration. It probably makes sense now to allow specifying "token-filters" to execute on "keyword" fields directly in that field's mapping (because different approaches to normalization can be taken - ascii folding, etc). I'm aware of tokenizing tokenfilters (e.g. word-delimiter) but think we can ignore that edge-case for this purpose. WDYT?

@dakrone
Copy link
Member

dakrone commented Nov 1, 2016

Closing this as a duplicate of #18064 - @synhershko @jpountz is working on this!

@dakrone dakrone closed this as completed Nov 1, 2016
@synhershko
Copy link
Contributor Author

Yay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants