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