[jira] Commented: (LUCENE-1621) deprecate term and getTerm in MultiTermQuery

2009-04-29 Thread Michael McCandless (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704142#action_12704142
 ] 

Michael McCandless commented on LUCENE-1621:


Patch looks good on read through!

 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



[jira] Commented: (LUCENE-1621) deprecate term and getTerm in MultiTermQuery

2009-04-28 Thread Mark Harwood (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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