> I am using the sample, not deploying Solr in Tomcat. Is > there a place I can modify this setting ?
Ha, okey if you are using jetty with java -jar start.jar then it is okey. But for Chinese you need special tokenizer since Chinese is written without spaces between words. <tokenizer class="solr.CJKTokenizerFactory"/> Or you can search with both leading and trailing star. q=*ChineseText* should return something.