Re: Highlighting words with non-ascii chars

2011-05-05 Thread Pavel Kukačka
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

Re: Highlighting words with non-ascii chars

2011-05-02 Thread Peter Wolanin
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

Re: Highlighting words with non-ascii chars

2011-04-30 Thread Pavel Kukačka
> 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

Re: Highlighting words with non-ascii chars

2011-04-30 Thread Ahmet Arslan
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