You may find the series of article on CJK analysis/search helpful: http://discovery-grindstone.blogspot.com.au/
It's a little out of date, but should be a very solid intro. Regards, Alex. ---- Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 10 June 2015 at 16:35, Zheng Lin Edwin Yeo <edwinye...@gmail.com> wrote: > Hi, > > I'm trying to index rich-text documents that are in chinese. Currently, > there's no problem with indexing, but there's problem with the searching. > > Does anyone knows what is the best Tokenizer and Filter Factory to use? I'm > now using the solr.StandardTokenizerFactory which I heard that it's not > very good for chinese. Is that true? > > > Regards, > Edwin