rucene
rucene copied to clipboard
Does Rucene support Chinese character indexing and searching
This might be a silly question, does Rucene support Chinese character indexing and searching.
I don't see any tokenizer under the https://github.com/zhihu/rucene/tree/master/src/core/analysis
This might be a silly question, does Rucene support Chinese character indexing and searching.
I don't see any tokenizer under the https://github.com/zhihu/rucene/tree/master/src/core/analysis
Hi Qiqi, sorry for the delay. And the quick answer is that we don't have tokenizer in rucene at this time. We resort to data pipeline to tokenize the input instead.