Re: 2.9, 3.0 and deprecation

2008-12-18 Thread Grant Ingersoll
I just don't see how we will ever get to 3.0 if we continue this path. People don't seem interested in much beyond new features and bug fixes, so if we're going to do this 2.9 to 3.0 thing, I think we need to go for it a bit more wholeheartedly and say that 2.9 truly is not going to have a

[jira] Updated: (LUCENE-1314) IndexReader.clone

2008-12-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1314: - Attachment: LUCENE-1314.patch LUCENE-1314.patch - Implemented copying the writeLock ref

Re: start a new spatial contrib

2008-12-18 Thread Mark Miller
Who is this shady character and can he be trusted? :) +1. LocalLucene is awesome. Anyone investigated Jason's idea of integrating the trie range query stuff? - Mark Michael McCandless wrote: Ryan McKinley wrote: I asked a while back how you all feel about letting me have commit access on

Re: 2.9, 3.0 and deprecation

2008-12-18 Thread Mark Miller
I was confused (still learning the ropes) but are others? Our back compatibility states that when we deprecate we will offer the transition API - it doesn't appear hard lined, as it says "the strategy is", but it seems like its probably something we should stick with. From what I read, the only

Re: 2.9, 3.0 and deprecation

2008-12-18 Thread Jason Rutherglen
Broadly speaking, what areas are we looking to create new APIs for in 2.9? How dramatic are we looking to go? I figured making Lucene more modular should wait until 3.0, after a fair amount of brainstorming. If 2.9 is supposed to contain 3.0 APIs then there should probably be a 2.5 release. As f

Re: 2.9, 3.0 and deprecation

2008-12-18 Thread Michael McCandless
Any more thoughts on this...? This seems like a big confusion (whether we can deprecate X without introducing new API Y, in 2.9 -- I don't see how), at least for me, holding up 2.9. Mike Michael McCandless wrote: Grant Ingersoll wrote: On Dec 14, 2008, at 6:54 AM, Michael McCandless

Re: start a new spatial contrib

2008-12-18 Thread Michael McCandless
Ryan McKinley wrote: I asked a while back how you all feel about letting me have commit access on /contrib, I want to raise the question again just to make sure. +1 Mike - To unsubscribe, e-mail: java-dev-unsubscr...@luc

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657924#action_12657924 ] Michael McCandless commented on LUCENE-1483: I set the queue size to 1000 and

[jira] Updated: (LUCENE-1495) Allow TaskSequence to run for certain time

2008-12-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1495: --- Attachment: LUCENE-1495.patch I plan to commit in a day or so. > Allow TaskSequence

[jira] Created: (LUCENE-1495) Allow TaskSequence to run for certain time

2008-12-18 Thread Michael McCandless (JIRA)
Allow TaskSequence to run for certain time -- Key: LUCENE-1495 URL: https://issues.apache.org/jira/browse/LUCENE-1495 Project: Lucene - Java Issue Type: Improvement Components: contrib/benchm

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657886#action_12657886 ] Mark Miller commented on LUCENE-1483: - Awesome results Mike, thanks! You are a wizard.

[jira] Updated: (LUCENE-1387) Add LocalLucene

2008-12-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated LUCENE-1387: -- Attachment: spatial.tar.gz here is an updated zip. This one can be dropped into: http://svn.

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1483: --- Attachment: sortCollate.py sortBench.py OK I ran a bunch of sort pe

[jira] Commented: (LUCENE-1387) Add LocalLucene

2008-12-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657865#action_12657865 ] Ryan McKinley commented on LUCENE-1387: --- Just noticed something... The TestCartesia

start a new spatial contrib

2008-12-18 Thread Ryan McKinley
Hello- Momentum has picked back up with the spatial contrib: https://issues.apache.org/jira/browse/LUCENE-1387 I think it is ready to go. I asked a while back how you all feel about letting me have commit access on /contrib, I want to raise the question again just to make sure. I believe

[jira] Commented: (LUCENE-1387) Add LocalLucene

2008-12-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657843#action_12657843 ] Ryan McKinley commented on LUCENE-1387: --- Looks great patrick! At quick glance, all

[jira] Updated: (LUCENE-1387) Add LocalLucene

2008-12-18 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] patrick o'leary updated LUCENE-1387: Attachment: spatial-lucene.zip Latest version of local / spatial lucene with LGPL dependen

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657805#action_12657805 ] Mark Miller commented on LUCENE-1483: - A slightly improved setNextReader for the ords

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657801#action_12657801 ] Mark Miller commented on LUCENE-1483: - I left a doubled set in the ords comparator tha

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657798#action_12657798 ] Michael McCandless commented on LUCENE-1483: Woops, you're right, sorry, I was

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657795#action_12657795 ] Mark Miller commented on LUCENE-1483: - DocComparator? Its not doing the if's... Do yo

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657792#action_12657792 ] Michael McCandless commented on LUCENE-1483: Can you change DocComparator to j

[jira] Issue Comment Edited: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657781#action_12657781 ] markrmil...@gmail.com edited comment on LUCENE-1483 at 12/18/08 6:24 AM: ---

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657781#action_12657781 ] Mark Miller commented on LUCENE-1483: - bq. How about ByValueFieldSortedHitQueue --> Fi

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657778#action_12657778 ] Michael McCandless commented on LUCENE-1483: How about ByValueFieldSortedHitQu

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657771#action_12657771 ] Mark Miller commented on LUCENE-1483: - How about names? TopFieldValueDocCollector I

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657767#action_12657767 ] Mark Miller commented on LUCENE-1483: - Yeah, that seems like a great idea. Will help d

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657763#action_12657763 ] Michael McCandless commented on LUCENE-1483: One question: do you think we sho

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657760#action_12657760 ] Mark Miller commented on LUCENE-1483: - bq. Fix indent on FieldComparatorSource.java to

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657745#action_12657745 ] Michael McCandless commented on LUCENE-1483: Patch is looking good! All tests