[jira] Commented: (LUCENE-986) Refactor segmentInfos from IndexReader into its subclasses

2007-08-22 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522038 ] Michael Busch commented on LUCENE-986: -- This is good stuff, Hoss. I like the DirectoryIndexReader idea. Sounds l

[jira] Commented: (LUCENE-584) Decouple Filter from BitSet

2007-08-22 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522030 ] Hoss Man commented on LUCENE-584: - I, unfortunately, haven't had the time to read through everything in the latest p

[jira] Commented: (LUCENE-986) Refactor segmentInfos from IndexReader into its subclasses

2007-08-22 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522025 ] Hoss Man commented on LUCENE-986: - one aspect of this that should be considered: It may not make sense for MultiRead

Hudson generated Javadocs not current?

2007-08-22 Thread Chris Hostetter
While the main index page for the javadocs generated by hudson... http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javadoc/overview-summary.html ...says it is from the 2007-08-23_02-46-02 build, some javadocs are clearly out of date, for example MultiReader still says it extends Ind

[jira] Resolved: (LUCENE-908) MANIFEST.MF cleanup (main jar and luci customizations)

2007-08-22 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-908. -- Resolution: Fixed Committed. Revision: 568766 > MANIFEST.MF cleanup (main jar and luci customi

[jira] Resolved: (LUCENE-935) Improve maven artifacts

2007-08-22 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-935. -- Resolution: Fixed Committed. Revision: 568766 > Improve maven artifacts >

[jira] Updated: (LUCENE-987) Deprecate IndexModifier

2007-08-22 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Li updated LUCENE-987: --- Attachment: deprecateIndexModifier.patch > Deprecate IndexModifier > --- > >

[jira] Created: (LUCENE-987) Deprecate IndexModifier

2007-08-22 Thread Ning Li (JIRA)
Deprecate IndexModifier --- Key: LUCENE-987 URL: https://issues.apache.org/jira/browse/LUCENE-987 Project: Lucene - Java Issue Type: Test Components: Index Reporter: Ning Li Priority: Min

Request to change "coord" similarity API:

2007-08-22 Thread John Kleven
I'm hoping that coord similarity API can be changed from: float coord(int overlap, int maxOverlap) TO float coord(int overlap, int maxOverlap, int docSize) Where docSize is the num Terms in the document/hit being evaluated for similarity to the query. The reason for this is that many people are

[jira] Created: (LUCENE-986) Refactor segmentInfos from IndexReader into its subclasses

2007-08-22 Thread Michael Busch (JIRA)
Refactor segmentInfos from IndexReader into its subclasses -- Key: LUCENE-986 URL: https://issues.apache.org/jira/browse/LUCENE-986 Project: Lucene - Java Issue Type: Improvement

[jira] Commented: (LUCENE-935) Improve maven artifacts

2007-08-22 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521710 ] Michael Busch commented on LUCENE-935: -- I'm planning to commit this together with LUCENE-908 in a day or so...