Re: A German Question

2010-07-29 Thread Eric Grobler
Hi Christian, Thank you - sounds good - I will try that. regards Ericz On Thu, Jul 29, 2010 at 12:04 PM, Christian Vogler < christian.vog...@gmail.com> wrote: > On Thursday 29 of July 2010 14:00:21 Eric Grobler wrote: > > But faceting then looks like: > > molln > > munchen > > rossdorf > > >

Re: A German Question

2010-07-29 Thread Christian Vogler
On Thursday 29 of July 2010 14:00:21 Eric Grobler wrote: > But faceting then looks like: > molln > munchen > rossdorf > > How can I enable case-insensitive and german agnostic character filters and > output proper formatted names in the facet result? Just create another field without any filte

A German Question

2010-07-29 Thread Eric Grobler
Hi Solr world, I have a city field with german city names like: Mölln München Roßdorf and I want to do filters like: fq=city:München or fq=city:munchen I use this type definition: But faceting then looks like: molln munchen rossdorf How can