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

Robert Muir commented on LUCENE-5482:
-------------------------------------

This looks great Ahmet: As Uwe mentioned, i think the only change we need is 
the condition in TurkishAnalyzer:
{code}
if matchVersion.onOrAfter(Version.LUCENE_48) {
 // do new stuff, include the new filter
} else {
 // do old stuff
}
{code}

Otherwise, this change looks ready to me.

> improve default TurkishAnalyzer
> -------------------------------
>
>                 Key: LUCENE-5482
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5482
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/analysis
>    Affects Versions: 4.7
>            Reporter: Ahmet Arslan
>            Assignee: Robert Muir
>            Priority: Minor
>              Labels: Turkish, analysis
>             Fix For: 4.8
>
>         Attachments: LUCENE-5482.patch, LUCENE-5482.patch
>
>
> Add a TokenFilter that strips characters after an apostrophe (including the 
> apostrophe itself). 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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

Reply via email to