[jira] Updated: (LUCENE-1614) Add next() and skipTo() variants to DocIdSetIterator that return the current doc, instead of boolean

2009-05-24 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1614: --- Attachment: LUCENE-1614.patch Removed next(int) from OBSI and put @since 2.9 on the new methods in D

[jira] Updated: (LUCENE-1653) Change DateTools to not create a Calendar in every call to dateToString or timeToString

2009-05-24 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1653: --- Attachment: LUCENE-1653.patch Had to mark all methods as synchronized, but I think creating a Calend

Re: Lucene's default settings & back compatibility

2009-05-24 Thread Michael McCandless
On Sun, May 24, 2009 at 2:20 AM, Shai Erera wrote: > One thing I don't fully understand about actsAsVersion (and I know it was > said that we may want to drop that approach) - for how long does it stay? I > mean, let's take the invalidAcronym. It is a change in back-compat, yes. But > for how long

Re: Lucene's default settings & back compatibility

2009-05-24 Thread Shai Erera
> > I'm tempted to simply make that change by default for 2.9, now. > Agree ! Shai On Sun, May 24, 2009 at 1:28 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > On Sun, May 24, 2009 at 2:20 AM, Shai Erera wrote: > > One thing I don't fully understand about actsAsVersion (and I know

[jira] Commented: (LUCENE-1652) Enhancements to Scorers following the changes to DocIdSetIterator

2009-05-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712549#action_12712549 ] Michael McCandless commented on LUCENE-1652: I hate to say this (heaping yet m

Re: Lucene's default settings & back compatibility

2009-05-24 Thread Michael McCandless
I'll open an issue for this and we can discuss under there. And I still need to open issues for the other "change defaluts" in my original email. Mike On Sun, May 24, 2009 at 8:11 AM, Shai Erera wrote: >> I'm tempted to simply make that change by default for 2.9, now. > > Agree ! > > Shai > > O

[jira] Created: (LUCENE-1656) When sorting by field, IndexSearcher should not compute scores by default

2009-05-24 Thread Michael McCandless (JIRA)
When sorting by field, IndexSearcher should not compute scores by default - Key: LUCENE-1656 URL: https://issues.apache.org/jira/browse/LUCENE-1656 Project: Lucene - Java

[jira] Created: (LUCENE-1657) Make "boolean readOnly" a required arg to IndexReader.open

2009-05-24 Thread Michael McCandless (JIRA)
Make "boolean readOnly" a required arg to IndexReader.open -- Key: LUCENE-1657 URL: https://issues.apache.org/jira/browse/LUCENE-1657 Project: Lucene - Java Issue Type: Improvement

[jira] Created: (LUCENE-1658) Absorb NIOFSDirectory into FSDirectory

2009-05-24 Thread Michael McCandless (JIRA)
Absorb NIOFSDirectory into FSDirectory -- Key: LUCENE-1658 URL: https://issues.apache.org/jira/browse/LUCENE-1658 Project: Lucene - Java Issue Type: Improvement Components: Store Repo

[jira] Created: (LUCENE-1659) Make readOnly setting to IndexReader.open / IndexSearcher ctor explicit

2009-05-24 Thread Michael McCandless (JIRA)
Make readOnly setting to IndexReader.open / IndexSearcher ctor explicit --- Key: LUCENE-1659 URL: https://issues.apache.org/jira/browse/LUCENE-1659 Project: Lucene - Java Is

[jira] Resolved: (LUCENE-1659) Make readOnly setting to IndexReader.open / IndexSearcher ctor explicit

2009-05-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1659. Resolution: Duplicate Losing my mind... dup of LUCENE-1657. > Make readOnly setti

[jira] Updated: (LUCENE-1658) Absorb NIOFSDirectory into FSDirectory

2009-05-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1658: --- Attachment: LUCENE-1658.patch Attached patch. I plan to commit in a day or two. >

[jira] Updated: (LUCENE-1657) Make "boolean readOnly" a required arg to IndexReader.open

2009-05-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1657: --- Attachment: LUCENE-1657.patch Attached patch. I plan to commit in a day or two. >

Re: Lucene's default settings & back compatibility

2009-05-24 Thread Shai Erera
I created LUCENE-1601 for that purpose with a fix-version 3.0. I noticed you already opened another issue for the scoring only. So we should remove it from there (note that there's a TODO in the code, if you plan to change it in the new issue you opened). 1601 will still handle the new method added

Re: Lucene's default settings & back compatibility

2009-05-24 Thread Michael McCandless
Actually, under LUCENE-1601, what more was there to do besides turning off scoring when sorting by field, by default? Is there an issue for adding & mating Scorer.scoresDocsInOrder & Collector.acceptsDocsOutOfOrder? Mike On Sun, May 24, 2009 at 3:22 PM, Shai Erera wrote: > I created LUCENE-1601

[jira] Resolved: (LUCENE-1640) MockRAMDirectory (used only by unit tests) has some synchronization problems

2009-05-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1640. Resolution: Fixed > MockRAMDirectory (used only by unit tests) has some synchroniz

[jira] Created: (LUCENE-1660) Make StopFilter.enablePositionIncrements explicit

2009-05-24 Thread Michael McCandless (JIRA)
Make StopFilter.enablePositionIncrements explicit - Key: LUCENE-1660 URL: https://issues.apache.org/jira/browse/LUCENE-1660 Project: Lucene - Java Issue Type: Improvement Reporter:

[jira] Updated: (LUCENE-1660) Make StopFilter.enablePositionIncrements explicit

2009-05-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1660: --- Attachment: LUCENE-1660.patch Attached patch. I plan to commit in a day or two. >

[jira] Commented: (LUCENE-1658) Absorb NIOFSDirectory into FSDirectory

2009-05-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712614#action_12712614 ] Uwe Schindler commented on LUCENE-1658: --- Hi Mike, maybe not use a boolean for the mo

[jira] Commented: (LUCENE-1658) Absorb NIOFSDirectory into FSDirectory

2009-05-24 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712615#action_12712615 ] Earwin Burrfoot commented on LUCENE-1658: - bq. enum java 1.5, unless you're going

[jira] Commented: (LUCENE-1654) Include diagnostics per-segment when writing a new segment

2009-05-24 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712616#action_12712616 ] Earwin Burrfoot commented on LUCENE-1654: - Let's use Collections.EMPTY_MAP instead

[jira] Commented: (LUCENE-1658) Absorb NIOFSDirectory into FSDirectory

2009-05-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712617#action_12712617 ] Uwe Schindler commented on LUCENE-1658: --- bq. java 1.5, unless you're going to write

Build failed in Hudson: Lucene-trunk #838

2009-05-24 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/838/ -- [...truncated 11865 lines...] jflex-notice: common.init: build-lucene: build-lucene-tests: init: compile-test: [echo] Building swing... javacc-uptodate-check: javacc-notice: jfle

Re: Lucene's default settings & back compatibility

2009-05-24 Thread Shai Erera
Yes - 1630. I'll check 1601 and if nothing's left to do I'll cancel/close it On Sun, May 24, 2009 at 11:25 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > Actually, under LUCENE-1601, what more was there to do besides turning > off scoring when sorting by field, by default? > > Is t