[jira] Commented: (LUCENE-912) DisjunctionMaxScorer.skipTo has bug that keeps it from skipping

2007-06-08 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502704 ] Paul Elschot commented on LUCENE-912: - I'm not sure, but the patch allows to increment all generators right

[jira] Commented: (LUCENE-914) Scorer.skipTo(current) remains on current for some scorers

2007-06-08 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502705 ] Paul Elschot commented on LUCENE-914: - I've been struggling with this before at LUCENE-413 . I think the

Re: Please help testing the release files

2007-06-08 Thread Michael Busch
Grant Ingersoll wrote: As for the binary distributions, they are pretty much worthless unless you have some way of knowing what the dependencies are, right? We could add README.txt files to the contrib directories and package them together with the jars in the binary distribution? The

[jira] Assigned: (LUCENE-924) IndexWriter has incomplete Javadocs

2007-06-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-924: - Assignee: Michael McCandless IndexWriter has incomplete Javadocs

[jira] Commented: (LUCENE-924) IndexWriter has incomplete Javadocs

2007-06-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502710 ] Michael McCandless commented on LUCENE-924: --- I can take this one. IndexWriter has incomplete Javadocs

[jira] Updated: (LUCENE-902) Check on PositionIncrement with StopFilter.

2007-06-08 Thread Toru Matsuzawa (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Toru Matsuzawa updated LUCENE-902: -- Attachment: stopfilter20070608.patch Check on PositionIncrement with StopFilter.

[jira] Commented: (LUCENE-902) Check on PositionIncrement with StopFilter.

2007-06-08 Thread Toru Matsuzawa (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502731 ] Toru Matsuzawa commented on LUCENE-902: --- Hi Hoss, Than you your comments. 1) in future patches, could you

[jira] Issue Comment Edited: (LUCENE-902) Check on PositionIncrement with StopFilter.

2007-06-08 Thread Toru Matsuzawa (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502731 ] Toru Matsuzawa edited comment on LUCENE-902 at 6/8/07 2:14 AM: --- Hi Hoss, Thank you

[jira] Created: (LUCENE-928) field level search

2007-06-08 Thread Sagar Patil (JIRA)
field level search -- Key: LUCENE-928 URL: https://issues.apache.org/jira/browse/LUCENE-928 Project: Lucene - Java Issue Type: Improvement Affects Versions: 2.0.0 Reporter: Sagar Patil Priority:

[jira] Created: (LUCENE-929) contrib/benchmark build doesn't handle checking if content is properly extracted

2007-06-08 Thread Grant Ingersoll (JIRA)
contrib/benchmark build doesn't handle checking if content is properly extracted Key: LUCENE-929 URL: https://issues.apache.org/jira/browse/LUCENE-929 Project: Lucene -

[jira] Closed: (LUCENE-928) field level search

2007-06-08 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll closed LUCENE-928. -- Resolution: Invalid Lucene Fields: (was: [New]) Please ask questions on the java-user

[jira] Updated: (LUCENE-843) improve how IndexWriter uses RAM to buffer added documents

2007-06-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-843: -- Attachment: LUCENE-843.take7.patch Latest working patch attached. I've cutover to

[jira] Commented: (LUCENE-843) improve how IndexWriter uses RAM to buffer added documents

2007-06-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502793 ] Michael McCandless commented on LUCENE-843: --- I ran a benchmark using more than 1 thread to do indexing, in

[jira] Commented: (LUCENE-912) DisjunctionMaxScorer.skipTo has bug that keeps it from skipping

2007-06-08 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502854 ] Doron Cohen commented on LUCENE-912: I think you're right, and actually wondered about the same thing while

[jira] Updated: (LUCENE-924) IndexWriter has incomplete Javadocs

2007-06-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-924: -- Attachment: LUCENE-924.patch All javadoc changes to add missing docs in IndexWriter.

[jira] Commented: (LUCENE-914) Scorer.skipTo(current) remains on current for some scorers

2007-06-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502873 ] Yonik Seeley commented on LUCENE-914: - Yes, I remember an initial doc()==-1 would be nice (and easy I think).

[jira] Commented: (LUCENE-914) Scorer.skipTo(current) remains on current for some scorers

2007-06-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502882 ] Doug Cutting commented on LUCENE-914: - Note also that Scorer#skipTo() is specified almost identically to

Re: Please help testing the release files

2007-06-08 Thread Jukka Zitting
Hi, On 6/5/07, Michael Busch [EMAIL PROTECTED] wrote: So please help testing the release files on different platforms with different JVM versions. Tested on: - Windows XP, Sun Java 1.4.2_12 - Windows XP, Sun Java 1.6.0-b105 - Ubuntu 7.04, Sun Java 1.6.0-b105 I also ran RAT

[jira] Resolved: (LUCENE-885) clean up build files so contrib tests are run more easily

2007-06-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved LUCENE-885. - Resolution: Fixed Steven: Since changes with this issue number have already been committed and recorded

[jira] Commented: (LUCENE-930) fail build if contrib tests fail to compile

2007-06-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502957 ] Hoss Man commented on LUCENE-930: - Damn, i forgot to include these comments from Steven regarding the patch... This

[jira] Commented: (LUCENE-930) fail build if contrib tests fail to compile

2007-06-08 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502959 ] Steven Parkes commented on LUCENE-930: -- Thanks, Chris. Sorry for the extra steps. fail build if contrib tests

[jira] Updated: (LUCENE-930) fail build if contrib tests fail to compile

2007-06-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-930: Attachment: LUCENE-930.patch patch orriginally contributed by Steven Parkes in LUCENE-885 using the name

[jira] Created: (LUCENE-930) fail build if contrib tests fail to compile

2007-06-08 Thread Hoss Man (JIRA)
fail build if contrib tests fail to compile --- Key: LUCENE-930 URL: https://issues.apache.org/jira/browse/LUCENE-930 Project: Lucene - Java Issue Type: Bug Components: Build Affects

[jira] Assigned: (LUCENE-930) fail build if contrib tests fail to compile

2007-06-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reassigned LUCENE-930: --- Assignee: Hoss Man fail build if contrib tests fail to compile

[jira] Commented: (LUCENE-930) fail build if contrib tests fail to compile

2007-06-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502965 ] Hoss Man commented on LUCENE-930: - No worries Steven. Looking at the patch now, i'm wondering if it's really worth

[jira] Commented: (LUCENE-930) fail build if contrib tests fail to compile

2007-06-08 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502966 ] Michael Busch commented on LUCENE-930: -- would those people really care if the build took a little longer

Re: Please help testing the release files

2007-06-08 Thread Michael Busch
Jukka Zitting wrote: Tested on: - Windows XP, Sun Java 1.4.2_12 - Windows XP, Sun Java 1.6.0-b105 - Ubuntu 7.04, Sun Java 1.6.0-b105 Great, thank you, Jukka! I also ran RAT (http://code.google.com/p/arat/) on the source archive, and there seem to be some files without license

[jira] Created: (LUCENE-931) Some files are missing the license headers

2007-06-08 Thread Michael Busch (JIRA)
Some files are missing the license headers -- Key: LUCENE-931 URL: https://issues.apache.org/jira/browse/LUCENE-931 Project: Lucene - Java Issue Type: Wish Components: Javadocs

[jira] Updated: (LUCENE-930) fail build if contrib tests fail to compile

2007-06-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-930: Attachment: LUCENE-930.patch 1) rather then add empty src/test directories to contribs (which might

[jira] Commented: (LUCENE-622) Provide More of Lucene For Maven

2007-06-08 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502991 ] Michael Busch commented on LUCENE-622: -- Sami, I applied your patch to my local checkout and uploaded the

[jira] Updated: (LUCENE-923) Should SegmentTermPositionVector be public?

2007-06-08 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-923: - Attachment: lucene-923.patch There were no objections against making SegmentTermPositionVector

[jira] Resolved: (LUCENE-923) Should SegmentTermPositionVector be public?

2007-06-08 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-923. -- Resolution: Fixed Committed to trunk 2.2 branch. Should SegmentTermPositionVector be

[jira] Updated: (LUCENE-917) Javadoc improvements for Payload class

2007-06-08 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-917: - Attachment: lucene-917.patch Javadoc improvements for Payload class

[jira] Resolved: (LUCENE-922) TermVectorOffsetInfo has incomplete Javadocs

2007-06-08 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-922. -- Resolution: Duplicate Grant submitted a patch for this on LUCENE-918. TermVectorOffsetInfo

[jira] Updated: (LUCENE-931) Some files are missing the license headers

2007-06-08 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-931: - Attachment: lucene-931.patch This patch adds the license header to all files listed above and to

[jira] Resolved: (LUCENE-917) Javadoc improvements for Payload class

2007-06-08 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-917. -- Resolution: Fixed Committed to trunk 2.2 branch. Javadoc improvements for Payload class

[jira] Commented: (LUCENE-622) Provide More of Lucene For Maven

2007-06-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503013 ] Hoss Man commented on LUCENE-622: - Seeing Michael's update to this issue reminded me that a few days ago when

[jira] Updated: (LUCENE-622) Provide More of Lucene For Maven

2007-06-08 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren updated LUCENE-622: -- Attachment: test-project.tar.gz The file attached contains a very simple maven2 project that uses few