You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Martijn van Groningen (JIRA)" <ji...@apache.org> on 2013/01/14 15:24:15 UTC

[jira] [Assigned] (LUCENE-3931) Adding "d" character to default ElisionFilter

     [ https://issues.apache.org/jira/browse/LUCENE-3931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn van Groningen reassigned LUCENE-3931:
---------------------------------------------

    Assignee: Martijn van Groningen
    
> Adding "d" character to default ElisionFilter
> ---------------------------------------------
>
>                 Key: LUCENE-3931
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3931
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/index
>            Reporter: David Pilato
>            Assignee: Martijn van Groningen
>            Priority: Trivial
>
> As described in Wikipedia (http://fr.wikipedia.org/wiki/%C3%89lision), the d character is used in french as an elision character.
> E.g.: déclaration d'espèce
> So, it would be useful to have it as a default elision token.
> {code:title=ElisionFilter.java|borderStyle=solid}
>   private static final CharArraySet DEFAULT_ARTICLES = CharArraySet.unmodifiableSet(
>       new CharArraySet(Version.LUCENE_CURRENT, Arrays.asList(
>           "l", "m", "t", "qu", "n", "s", "j", "d"), true));
> {code}
> HTH
> David.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org