Re: Re: Umlaut in facet name attribute

2010-10-05 Thread Lance Norskog
Moysidis >> Sent: Wed 06-10-2010 00:46 >> To: solr-user@lucene.apache.org; >> Subject: Re: Umlaut in facet name attribute >> >> Hello, >> >> It seems that your analysis process removes punctuation and therefore >> indexes terms without it. What you see

Re: Re: Umlaut in facet name attribute

2010-10-05 Thread Savvas-Andreas Moysidis
on the > unanalyzed counterparts. > > -Original message- > From: Savvas-Andreas Moysidis > Sent: Wed 06-10-2010 00:46 > To: solr-user@lucene.apache.org; > Subject: Re: Umlaut in facet name attribute > > Hello, > > It seems that your analysis process removes pu

RE: Re: Umlaut in facet name attribute

2010-10-05 Thread Markus Jelsma
; Subject: Re: Umlaut in facet name attribute Hello, It seems that your analysis process removes punctuation and therefore indexes terms without it. What you see in the faceted result is the text that has been indexed. If you select a Tokenizer/Token Filter which preserves punctuation you should be able

Re: Umlaut in facet name attribute

2010-10-05 Thread Savvas-Andreas Moysidis
Hello, It seems that your analysis process removes punctuation and therefore indexes terms without it. What you see in the faceted result is the text that has been indexed. If you select a Tokenizer/Token Filter which preserves punctuation you should be able to see what you want. Cheers, -- Savv

Umlaut in facet name attribute

2010-10-05 Thread alexander sulz
Good Evening and Morning. I noticed that if I do a facet search on a field which value contains umlaute (öäü), the facet list returned converted the value of the field into a normal character (oau).. How do I precent this from happening? I cant seem to find the configuration for faceting in