Replies: 1 comment 1 reply
-
My initial feeling when I see that the settings are visible in Kibana is that this is an issue beyond the package. Kibana also contains dev tools where you can execute queries, have you tried that? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. First of all, great package!
I am attempting to change the index tokenizer and analyzer but am having no luck. I've tried both via the model and via the config, but the changes do not seem to be applied.
Here is a config mapping attempting to change the tokenizer to 'ngram':
Looking at kibana, the index settings have the values from the config:
However, upon inspection, the document has standard tokenization. Here are the term vectors for a survey with a title of '3.16.20':
And, finally, here is a partial list of what ES reports '3.16.20' should tokenize to via 'ngram':
Any ideas why the tokenizer is not being set?
Beta Was this translation helpful? Give feedback.
All reactions