[
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
[
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
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
>
> 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
[
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
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
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
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
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
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
[
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
[
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.
>
[
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.
>
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
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
[
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
Make StopFilter.enablePositionIncrements explicit
-
Key: LUCENE-1660
URL: https://issues.apache.org/jira/browse/LUCENE-1660
Project: Lucene - Java
Issue Type: Improvement
Reporter:
[
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.
>
[
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
[
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
[
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
[
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
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
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
24 matches
Mail list logo