[
https://issues.apache.org/jira/browse/SOLR-3016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182614#comment-13182614
]
Steven Rowe commented on SOLR-3016:
-----------------------------------
My vote: -1
For example, these changes in your patch are inappropriate for non-Scandanavian
languages:
{noformat}
+# AA => A
+"AA" => "A"
+"Aa" => "A"
[...]
+# OE => O
+"OE" => "O"
+"Oe" => "O"
{noformat}
In general, attempting to force mapping-ISOLatin1Accent.txt (or any of the
other non-language-specific folding facilities in Lucene/Solr) to be perfect
for one language group will be detrimental to others.
My suggestion: add a new language(-group)-specific mapping file.
> 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]