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

Steve Rowe commented on LUCENE-3931:
------------------------------------

Because ElisionFilter use is used by more than just French, the set of 
contractions was moved out of ElisionFilter (LUCENE-3884).

The issue of missing French contractions has already been addressed, in 
LUCENE-4662.

I didn't notice this issue - I would have resolved it when I resolved 
LUCENE-4662.

So Martijn, unless there is some other reason to keep this issue open, I think 
it can be resolved as a duplicate.
                
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to