Hi Jeanne,

I don't understand.  Are you saying "Chinese Tokenizer" per
https://cwiki.apache.org/confluence/display/solr/Language+Analysis#LanguageAnalysis-Chinese
is "Traditional Chinese"?  If so, then it "is deprecated as of Solr 3.4"
and I just tried it with Solr 5.2 and could not get Solr started because
solr.ChineseFilterFactory cannot be loaded.

This is what I tried:

<analyzer type="index">
  <tokenizer class="solr.StandardTokenizerFactory"/>
  <filter class="solr.ChineseFilterFactory"/>
</analyzer>

Thanks

Steve

On Thu, Aug 27, 2015 at 2:20 PM, Jeanne Wang <jeanne...@gmail.com> wrote:

> Chinese instead of Simplified Chinese should be Traditional Chinese.
>
> Jeanne
>
> On Thu, Aug 27, 2015 at 12:51 PM, Steven White <swhite4...@gmail.com>
> wrote:
>
> > Hi Everyone
> >
> > Per
> >
> >
> https://cwiki.apache.org/confluence/display/solr/Language+Analysis#LanguageAnalysis-Language-SpecificFactories
> > I see the languages Solr supports.  Where is Traditional Chinese?  Is CJK
> > the one?
> >
> > Thanks
> >
> > Steve
> >
>

Reply via email to