[jira] Updated: (LUCENE-1984) DisjunctionMaxQuery - Type safety

2009-10-16 Thread Uwe Schindler (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uwe Schindler updated LUCENE-1984:
--

Attachment: LUCENE-1984.patch

Small updates in Patch (also implemented Iterable). I also generified the other 
Disjunction classes.

Will commit soon. Thanks Kay Kay!

 DisjunctionMaxQuery - Type safety  
 ---

 Key: LUCENE-1984
 URL: https://issues.apache.org/jira/browse/LUCENE-1984
 Project: Lucene - Java
  Issue Type: Improvement
  Components: Query/Scoring
Affects Versions: 2.9
Reporter: Kay Kay
Assignee: Uwe Schindler
 Fix For: 3.0

 Attachments: LUCENE-1984.patch, LUCENE-1984.patch


 DisjunctionMaxQuery code has containers that are not type-safe . The comments 
 indicate type-safety though. 
 Better to express in the API and the internals the explicit type as opposed 
 to type-less containers. 
 Patch attached. 
 Comments / backward compatibility concerns welcome.  

-- 
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] Updated: (LUCENE-1984) DisjunctionMaxQuery - Type safety

2009-10-15 Thread Kay Kay (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Kay updated LUCENE-1984:


Attachment: LUCENE-1984.patch

 DisjunctionMaxQuery - Type safety  
 ---

 Key: LUCENE-1984
 URL: https://issues.apache.org/jira/browse/LUCENE-1984
 Project: Lucene - Java
  Issue Type: Improvement
Affects Versions: 2.9
Reporter: Kay Kay
 Attachments: LUCENE-1984.patch


 DisjunctionMaxQuery code has containers that are not type-safe . The comments 
 indicate type-safety though. 
 Better to express in the API and the internals the explicit type as opposed 
 to type-less containers. 
 Patch attached. 
 Comments / backward compatibility concerns welcome.  

-- 
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] Updated: (LUCENE-1984) DisjunctionMaxQuery - Type safety

2009-10-15 Thread Uwe Schindler (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uwe Schindler updated LUCENE-1984:
--

  Component/s: Query/Scoring
Fix Version/s: 3.0
 Assignee: Uwe Schindler

We are converting a lot of these containers to generics currently for Lucene 
3.0. In 2.9, we are limited to Java 1.4

 DisjunctionMaxQuery - Type safety  
 ---

 Key: LUCENE-1984
 URL: https://issues.apache.org/jira/browse/LUCENE-1984
 Project: Lucene - Java
  Issue Type: Improvement
  Components: Query/Scoring
Affects Versions: 2.9
Reporter: Kay Kay
Assignee: Uwe Schindler
 Fix For: 3.0

 Attachments: LUCENE-1984.patch


 DisjunctionMaxQuery code has containers that are not type-safe . The comments 
 indicate type-safety though. 
 Better to express in the API and the internals the explicit type as opposed 
 to type-less containers. 
 Patch attached. 
 Comments / backward compatibility concerns welcome.  

-- 
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