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

Ahmet Arslan commented on LUCENE-5482:
--------------------------------------

Thanks for looking into this [~thetaphi]. I wanted to use QueryParser in 
TestTurkishAnalyzer.java but I am not familiar with ant. I want to include a 
checkMatch(String text, String qString) method that checks this : "this query 
string" should retrieve "this document text" 

I added this but not sure this is correct.
{code:xml}   
<path id="classpath">
    <path refid="base.classpath"/>
    <pathelement path="${queryparser.jar}"/>
  </path>
{code} 

> 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
>
>
> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to