You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by ANKITBHATNAGAR <ab...@vantage.com> on 2009/03/19 16:46:34 UTC

Special Characters in facets

Hi
My app, has a facet with “hello” in it.These quotes are from microsoft word
2003.
They show up as this �hello� in side the facet on webpage.
Also if I save the selection the text becomes    �hello�
I have UTF-8 encoding enabled on my solr 1.3

Let me know how can i fix this

Ankit



-- 
View this message in context: http://www.nabble.com/Special-Characters-in-facets-tp22601799p22601799.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Special Characters in facets

Posted by Grant Ingersoll <gs...@apache.org>.
I'd probably do some light filtering on them to replace them by using  
the Regex Token Filter so that they don't appear.

On Mar 19, 2009, at 11:46 AM, ANKITBHATNAGAR wrote:

>
> Hi
> My app, has a facet with “hello” in it.These quotes are from  
> microsoft word
> 2003.
> They show up as this �hello� in side the facet on webpage.
> Also if I save the selection the text becomes    �hello�
> I have UTF-8 encoding enabled on my solr 1.3
>
> Let me know how can i fix this
>
> Ankit
>
>
>
> -- 
> View this message in context: http://www.nabble.com/Special-Characters-in-facets-tp22601799p22601799.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>