Re: Highlighting words with non-ascii chars

2011-05-05 Thread Pavel Kukačka
ions of Jetty use ISO-8859-1 as the default URI encoding, > but jetty 6 should use UTF-8 as default: > > http://docs.codehaus.org/display/JETTY/International+Characters+and+Character+Encodings > > -Peter > > On Sat, Apr 30, 2011 at 6:31 AM, Pavel Kukačka > wrote: >

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

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, whe