[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-07-23 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-07-23 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

[jira] Resolved: (LUCENE-868) Making Term Vectors more accessible

2007-07-23 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-868. Resolution: Fixed Lucene Fields: (was: [New]) Committed. Did not include the

[jira] Updated: (LUCENE-964) Remove DocumentWriter

2007-07-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-964: -- Attachment: LUCENE-964.patch Removes DocumentWriter.java and fixes unit tests that

Re: Best Practices for getting Strings from a position range

2007-07-23 Thread Peter Keegan
Any idea on when this might be available (days, weeks...)? Peter On 7/16/07, Grant Ingersoll [EMAIL PROTECTED] wrote: On Jul 16, 2007, at 1:06 AM, Chris Hostetter wrote: : Do we have a best practice for going from, say a SpanQuery doc/ : position information and retrieving the actual

[jira] Updated: (LUCENE-947) Some improvements to contrib/benchmark

2007-07-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-947: -- Attachment: LUCENE-947.take3.patch Next iteration of the patch (with Doron's suggested

[jira] Commented: (LUCENE-947) Some improvements to contrib/benchmark

2007-07-23 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514776 ] Doron Cohen commented on LUCENE-947: Thanks for fixing this Michael, and as usual so fast! I was able to run

[jira] Updated: (LUCENE-947) Some improvements to contrib/benchmark

2007-07-23 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-947: --- Attachment: LUCENE-947.take4.patch take4 has the last comments fixed... (one thing I can't seem to

[jira] Updated: (LUCENE-836) Benchmarks Enhancements (precision/recall, TREC, Wikipedia)

2007-07-23 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-836: --- Attachment: lucene-836.benchmark.quality.patch Updated patch is cleaner and almost ready to commit:

[jira] Commented: (LUCENE-781) NPE in MultiReader.isCurrent() and getVersion()

2007-07-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514823 ] Michael Busch commented on LUCENE-781: -- I think the cleanest solution here is it to separate MultiReader into

[jira] Resolved: (LUCENE-939) Check for boundary conditions in FieldInfos

2007-07-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-939. -- Resolution: Fixed Check for boundary conditions in FieldInfos

[jira] Assigned: (LUCENE-832) NPE when calling isCurrent() on a ParallellReader

2007-07-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reassigned LUCENE-832: Assignee: Michael Busch NPE when calling isCurrent() on a ParallellReader

Re: ant generate-maven-artifacts

2007-07-23 Thread Michael Busch
karl wettin wrote: There seem to be problems with this and the new maven-ant-task release. Karl, ant generate-maven-artifacts works fine with maven-ant-tasks version 2.0.6. In 2.0.7, which is the current version, the attribute name location was changed to path. I'm going to update this with

[jira] Updated: (LUCENE-781) NPE in MultiReader.isCurrent() and getVersion()

2007-07-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-781: - Attachment: lucene-781.patch This patch: * Adds the new class MultiSegmentReader which