[ 
https://issues.apache.org/jira/browse/SOLR-3016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183271#comment-13183271
 ] 

Steven Rowe commented on SOLR-3016:
-----------------------------------

bq. Steven, isn't it better to optimize for the more common usage of "æ" rather 
than corner cases?

Sure, that's fine, but if you do this, all four ASCII folding mechanisms in 
Lucene/Solr should remain in sync:

* {{mapping-ISOLatin1Accent.txt}}
* {{ISOLatin1Accent.java}}
* {{ASCIIFoldingFilter.java}}
* {{mapping-FoldToASCII.java}}

There is a Perl script at the bottom of {{mapping-FoldToASCII.java}} that can 
be used to regenerate the mappings from {{ASCIIFoldingFilter.java}}.

                
> Better defaults for Scandinavian languages in mapping-ISOLatin1Accent.txt
> -------------------------------------------------------------------------
>
>                 Key: SOLR-3016
>                 URL: https://issues.apache.org/jira/browse/SOLR-3016
>             Project: Solr
>          Issue Type: Bug
>          Components: Schema and Analysis
>            Reporter: Jan Høydahl
>            Assignee: Jan Høydahl
>            Priority: Minor
>             Fix For: 3.6, 4.0
>
>         Attachments: SOLR-3016.patch
>
>
> The Norwegian/Danish letter "æ" should be folded/transliterated to "a", not 
> "ae", to be consistent with the handling of other Scandinavian letters ø=>o, 
> å=>a, ä=>a, ö=>o

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to