Unfortunately, Solr's defaults (example schema) are unusable for non-whitespace languages... see:
http://markmail.org/thread/ww6mhfi3rfpngmc5 So it could be you need to turn off autoGeneratePhraseQueries in your fieldType? We are working towards fixing the example schema (for 3.2/4.0) in https://issues.apache.org/jira/browse/SOLR-2519 ... Also, it could be your web/app server is not using UTF8 character encoding, eg Tomcat defaults to ISO-8859-1 -- see http://wiki.apache.org/tomcat/FAQ/CharacterEncoding Mike http://blog.mikemccandless.com On Sat, May 21, 2011 at 3:30 PM, Pradeep Pujari <prade...@rocketmail.com> wrote: > Hi, > > I made changes to schema.xml with CJKAnalyzer. Does naything else required to > change in solrconfig.xml for query parser component. Because, I do not get > any result back while searching? Looks like the chinese characters are being > encoded unable to match in the index. Any help is highly appriciated. > > Thanks > Pradeep. >