On 5/5/07, James liu <[EMAIL PROTECTED]> wrote:
Expect it to support other language like chinese.

maybe solr facet can config like this when it support other language.

<str name="facet.query">title:"诺基亚"</str>

solrconfig.xml is a normal XML document.  It currently starts off with
<?xml version="1.0"?>
which has no char encoding specified and the XML parser may default to
something you don't want.

If you are saving the file in UTF-8 format, then try changing the
first line to be this:
<?xml version="1.0" encoding="UTF-8"?>

-Yonik

Reply via email to