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:

Highlighting words with non-ascii chars

2011-04-30 Thread Pavel Kukačka
Hello, I've hit a (probably trivial) roadblock I don't know how to overcome with Solr 3.1: I have a document with common fields (title, keywords, content) and I'm trying to use highlighting. With queries using ASCII characters there is no problem; it works smoothly. However,

Re: Highlighting words with non-ascii chars

2011-04-30 Thread Ahmet Arslan
-user@lucene.apache.org Cc: Sent: Saturday, April 30, 2011 1:31 PM Subject: Re: Highlighting words with non-ascii chars Hello,     I've hit a (probably trivial) roadblock I don't know how to overcome with Solr 3.1: I have a document with common fields (title, keywords, content) and I'm trying

Re: Highlighting words with non-ascii chars

2011-04-30 Thread Pavel Kukačka
...@seznam.cz To: solr-user@lucene.apache.org Cc: Sent: Saturday, April 30, 2011 1:31 PM Subject: Re: Highlighting words with non-ascii chars Hello, I've hit a (probably trivial) roadblock I don't know how to overcome with Solr 3.1: I have a document with common fields (title