Re: ClassicTokenizer not working as expected

2021-06-11 Thread Shawn Heisey
On 2021-06-11 05:49, Tom Van Cuyck wrote: I have an issue with the ClassicTokenizer. According to the documentation (https://solr.apache.org/guide/8_8/tokenizers.html#classic-tokenizer) this should work as follows: - Words are split at hyphens, unless there is a number in the word, in which case

ClassicTokenizer not working as expected

2021-06-11 Thread Tom Van Cuyck
Hi, I have an issue with the ClassicTokenizer. According to the documentation ( https://solr.apache.org/guide/8_8/tokenizers.html#classic-tokenizer) this should work as follows: - Words are split at hyphens, unless there is a number in the word, in which case the token is not split and the number