Thanks for the suggestion, Peter;
the problem was elsewhere though - somewhere in the highlighting
module.
I've fixed it by adding (into the field definition in schema.xml) a
custom czech charFilter (mappings from "í" => "i") - then it started to
work as expected.
Cheers,
Pavel
Does your servlet container have the URI encoding set correctly, e.g.
URIEncoding="UTF-8" for tomcat6?
http://wiki.apache.org/solr/SolrTomcat#URI_Charset_Config
Older versions of Jetty use ISO-8859-1 as the default URI encoding,
but jetty 6 should use UTF-8 as default:
http://docs.codehaus.org/d
> What happens when you set the default encoder to
> solr.highlight.DefaultEncoder in solrconfig.xml?
>
>
>
>
>
>
>
>
> - Original Message -
> From: Pavel Kukačka
> To: solr-user@lucene.apache.org
> Cc:
> Sent: Saturday, April 30, 2011 1:31 PM
Hi,
What happens when you set the default encoder to solr.highlight.DefaultEncoder
in solrconfig.xml?
- Original Message -
From: Pavel Kukačka
To: solr-user@lucene.apache.org
Cc:
Sent: Saturday, April 30, 2011 1:31 PM
Subject: Re: Highlighting words with non-ascii chars
Hello