On 9/30/2018 10:14 PM, Yasufumi Mizoguchi wrote:
I am looking for the way to create CJK bigram tokens with ClassicTokenizer.
I tried this by using CJKBigramFilter, but it only supports for
StandardTokenizer...

CJKBigramFilter shouldn't care what tokenizer you're using.  It should work with any tokenizer.  What problem are you seeing that you're trying to solve?  What version of Solr, what configuration, and what does it do that you're not expecting, and what do you want it to do?

I don't have access to the systems where I was using that filter, but if I recall correctly, I was using the whitespace tokenizer.

Thanks,
Shawn

Reply via email to