We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the readme.md, would it be possible to put a code example of how to implement the analyzer, filter and tokenizer?
In the ES customer analyzer documentation there are options to set. What options are available to be set? What are some sensible default options?
For example, I have this configuration;
{ "template": "template_ko", "settings": { "analysis": { "analyzer": { "kr_analyzer": { "type": "custom", "tokenizer": "kr_tokenizer", "filter": [ "kr_filter" ] } }, "tokenizer": { "kr_tokenizer": { } }, "filter": { "kr_filter": {} } } } }
What should I be putting in tokenizer.kr_tokenizer and filter.kr_filter??
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the readme.md, would it be possible to put a code example of how to implement the analyzer, filter and tokenizer?
In the ES customer analyzer documentation there are options to set.
What options are available to be set? What are some sensible default options?
For example, I have this configuration;
What should I be putting in tokenizer.kr_tokenizer and filter.kr_filter??
The text was updated successfully, but these errors were encountered: