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

Mark Harwood commented on LUCENE-1621:
--------------------------------------

While we're poking around in this area I'd like to point out the long-standing 
open issue in LUCENE-329.

Matching "Smyth" over "Smith" when doing a search for "Smith~" is just plain 
broken but this is what I see all the time with FuzzyQuery and it's default 
approach to IDF. I think we need to take the sort of logic in contrib's 
FuzzyLikeThisQuery to address this. 

> deprecate term and getTerm in MultiTermQuery
> --------------------------------------------
>
>                 Key: LUCENE-1621
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1621
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>            Priority: Minor
>             Fix For: 2.9
>
>         Attachments: LUCENE-1621.patch
>
>
> This means moving getTerm and term up to sub classes as appropriate and 
> reimplementing equals, hashcode as appropriate in sub classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to