[jira] Commented: (LUCENE-1372) Proposal: introduce more sensible sorting when a doc has multiple values for a term

2009-03-04 Thread Paul Cowan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678650#action_12678650 ] Paul Cowan commented on LUCENE-1372: Yes, sorry, I might have been unclear. When I ref

Re: Iterable in FieldCacheTermsFilter (LUCENE-1487)

2009-03-04 Thread Michael McCandless
Maybe... though I would really prefer to spend our collective energy towards releasing 2.9 instead ;) Hmm, we've got 41 issues for 2.9 right now: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolution=-1&pid=12

RE: Iterable in FieldCacheTermsFilter (LUCENE-1487)

2009-03-04 Thread Uwe Schindler
The simpliest would be to simply try compiling with an old java 1.4 before releasing 2.9. We could add this to the release howto in wiki. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > From: Michael McCandless [mailto:luc...@mikemcca

Re: Iterable in FieldCacheTermsFilter (LUCENE-1487)

2009-03-04 Thread Michael McCandless
+1 I'll go make that change. Mike Uwe Schindler wrote: The simpliest would be to simply try compiling with an old java 1.4 before releasing 2.9. We could add this to the release howto in wiki. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...

Re: [VOTE] Release Lucene 2.4.1

2009-03-04 Thread Michael McCandless
+1 lucene-2.4.1.zip --> built wikipedia index w/ contrib/benchmark --> searched index w/ demo SearchFiles --> checked website & javadocs --> verified md5 & asc lucene-2.4.1-src.tar.gz --> ant test --> ant javadocs-core; checked them --> verified md5 & asc Mike Michael Busch wrot

Re: [VOTE] Release Lucene 2.4.1

2009-03-04 Thread Grant Ingersoll
On Mar 4, 2009, at 8:05 AM, Michael McCandless wrote: lucene-2.4.1-src.tar.gz --> ant test I'm not sure how this could ever pass. The lib directory is not present, so neither is JUnit, so the tests do not compile. I'm guessing you have Junit in your Ant lib dir., right? Otherwise, e

Re: [VOTE] Release Lucene 2.4.1

2009-03-04 Thread Michael McCandless
Grant Ingersoll wrote: On Mar 4, 2009, at 8:05 AM, Michael McCandless wrote: lucene-2.4.1-src.tar.gz --> ant test I'm not sure how this could ever pass. The lib directory is not present, so neither is JUnit, so the tests do not compile. I'm guessing you have Junit in your Ant lib dir

Re: [VOTE] Release Lucene 2.4.1

2009-03-04 Thread Grant Ingersoll
On Mar 4, 2009, at 8:28 AM, Michael McCandless wrote: Grant Ingersoll wrote: On Mar 4, 2009, at 8:05 AM, Michael McCandless wrote: lucene-2.4.1-src.tar.gz --> ant test I'm not sure how this could ever pass. The lib directory is not present, so neither is JUnit, so the tests do not com

[jira] Resolved: (LUCENE-689) NullPointerException thrown by equals method in SpanOrQuery

2009-03-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-689. Resolution: Fixed thanks all > NullPointerException thrown by equals method in SpanOrQuery > -

Re: [VOTE] Release Lucene 2.4.1

2009-03-04 Thread Michael Busch
On 3/4/09 5:28 AM, Michael McCandless wrote: Grant Ingersoll wrote: On Mar 4, 2009, at 8:05 AM, Michael McCandless wrote: lucene-2.4.1-src.tar.gz --> ant test I'm not sure how this could ever pass. The lib directory is not present, so neither is JUnit, so the tests do not compile. I'm

Re: [VOTE] Release Lucene 2.4.1

2009-03-04 Thread Erik Hatcher
On Mar 4, 2009, at 2:20 PM, Michael Busch wrote: On 3/4/09 5:28 AM, Michael McCandless wrote: Grant Ingersoll wrote: On Mar 4, 2009, at 8:05 AM, Michael McCandless wrote: lucene-2.4.1-src.tar.gz --> ant test I'm not sure how this could ever pass. The lib directory is not present, so n

[jira] Commented: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-03-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678884#action_12678884 ] Michael McCandless commented on LUCENE-1516: bq. I added a flushDeletesToDir

Re: [VOTE] Release Lucene 2.4.1

2009-03-04 Thread Marcelo Ochoa
Hi: Sure my vote is not an official vote :) but... I was able to compile and run all the test suite of latest Lucene Domain Index distribution with Lucene 2.4.1 code base. So once this new release will be public, I'll upload a new version of Lucene Domain Index for Oracle 10g/11g. Best regards,

[jira] Created: (LUCENE-1552) IndexWriter.addIndexes(IndexReader[] readers) doesn't correctly handle exception success flag.

2009-03-04 Thread Scott Garland (JIRA)
IndexWriter.addIndexes(IndexReader[] readers) doesn't correctly handle exception success flag. -- Key: LUCENE-1552 URL: https://issues.apache.org/jira/browse/LUCENE-1552

Re: [VOTE] Release Lucene 2.4.1

2009-03-04 Thread Michael McCandless
Thanks Marcelo! We very much welcome all votes, so please keep them coming. And I'm glad to hear 2.9 works too :) Mike Marcelo Ochoa wrote: Hi: Sure my vote is not an official vote :) but... I was able to compile and run all the test suite of latest Lucene Domain Index distribution with Luc

[jira] Assigned: (LUCENE-1552) IndexWriter.addIndexes(IndexReader[] readers) doesn't correctly handle exception success flag.

2009-03-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1552: -- Assignee: Michael McCandless > IndexWriter.addIndexes(IndexReader[] readers) d

[jira] Updated: (LUCENE-1552) IndexWriter.addIndexes(IndexReader[] readers) doesn't correctly handle exception success flag.

2009-03-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1552: --- Fix Version/s: 2.9 2.4.1 Thanks! I'll fix on 2.4.1 as well, and

[jira] Commented: (LUCENE-1551) Add reopen(IndexCommit) methods to IndexReader

2009-03-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678943#action_12678943 ] Michael McCandless commented on LUCENE-1551: I think reopen(IndexCommit) shoul

[VOTE] Release 2.4.1, take 2

2009-03-04 Thread Michael McCandless
This is a new vote! I've re-built the release artifacts (to include LUCENE-1552 fix), derived from revision 750176 on the 2.4 branch. Here are the changes: http://people.apache.org/~mikemccand/staging-area/lucene2.4.1rc2/changes/Changes.html Please vote to release these artifacts as 2.4.1:

[jira] Updated: (LUCENE-1551) Add reopen(IndexCommit) methods to IndexReader

2009-03-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1551: --- Attachment: LUCENE-1551.patch Attached patch. I plan to commit in a few days. > Ad

[jira] Updated: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-03-04 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1516: - Attachment: LUCENE-1516.patch * TestConcurrentMergeScheduler is passing * A handful of

[jira] Created: (LUCENE-1553) ConcurrentScheduleManager.addMyself() has wrong inted

2009-03-04 Thread Scott Garland (JIRA)
ConcurrentScheduleManager.addMyself() has wrong inted - Key: LUCENE-1553 URL: https://issues.apache.org/jira/browse/LUCENE-1553 Project: Lucene - Java Issue Type: Bug Affects Versions:

[jira] Updated: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-03-04 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1516: - Attachment: LUCENE-1516.patch A little over zealous in altering the flushDeletesToDisk f