You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah. Looks like I neglected to update the readme for the filter a while back. Internally, the token filter delegates to the tokenizer, and the same default configurations apply, meaning tokenize_host is true by default. Three tokens is the correct result given your configuration. The offsets are pretty obviously wrong, though. Thanks for letting me know. I'll update the readme and take a look at the offset issue.
I have follow the readme examples but, when testing locally the last one is not returning the same results as in the readme:
I was expecting to retrieve just one token
foo.bar.com
instead of 3, also i believe thestart_offset
andend_offset
are wrong.These are the elasticsearch and plugin versions:
Please correct me if I'm wrong, I hope I'm not missing something else.
Thanks in advance
The text was updated successfully, but these errors were encountered: