Shouldn't all ISO Latin accented characters translate one to one with
unaccented characters?

On Fri, Nov 19, 2010 at 3:25 PM, Chris Hostetter
<hossman_luc...@fucit.org>wrote:

> : I've managed to do this by adding
> :
> : <filter class="solr.ISOLatin1AccentFilterFactory"/>
> :
> : To the fieldType that the field is using.  It seems to work well.  Can
> : anyone advise if this is not a good idea?
>
> ISOLatin1AccentFilterFactory works fine, but because it's a TokenFilter it
> changes the Tokens, which means you may see oddities with token offset
> info (used in highlighting)
>

Reply via email to