: <fieldtype name="text_chinese" class="solr.TextField">
:             <analyzer   
class="net.paoding.analysis.analyzer.PaodingAnalyzer"/>
: 
:   </fieldtype>
: 
: I tried some different analyzer, but the same exception happened, so I think
: it is solr's problem or my configuration has something wrong

your configuration looks right, what does the source code for your 
PaodingAnalyzer look like?  does it have a default (no arg) constructor?  
did you compile it using the same version of lucene that Solr is using 
(from the lib directory of your Solr release) ?


-Hoss

Reply via email to