Re: official GIT repository / switch to GIT?

2010-04-17 Thread Grant Ingersoll
It's not up to Lucene and Solr, as it is an Apache Infrastructure thing. It is also unclear as to provenance w/ GIT. So, even for all of GITs benefits, it's a non-starter at this point Foundation wise, so no need for a flamewar at all. For the record, yes, I deal with dozens of patches at a ti

[jira] Reopened: (LUCENE-2367) CartesianPolyFilterBuilder has problems around the poles

2010-04-16 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reopened LUCENE-2367: - Lucene Fields: (was: [New]) > CartesianPolyFilterBuilder has problems around

Re: Proposal about Version API "relaxation"

2010-04-15 Thread Grant Ingersoll
On Apr 15, 2010, at 4:21 PM, Shai Erera wrote: > +1 on the Analyzers as well. > > Earwin, I think I don't mind if we introduce migrate() elsewhere rather than > on IW. What I meant to say is that if we stick w/ index format back-compat > and ongoing migration, then such a method would be usefu

Re: Proposal about Version API "relaxation"

2010-04-15 Thread Grant Ingersoll
org >>>> For additional commands, e-mail: java-dev-h...@lucene.apache.org >>>> >>>> >>> >>> - >>> To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org >>> For additi

Re: Proposal about Version API "relaxation"

2010-04-15 Thread Grant Ingersoll
I do think major versions should be able to read the previous version index. Still, even being able to do that is no guarantee that it will produce correct results. Likewise, even having an upgrade tool is no guarantee that correct results will be produced. So, my take is that we strive for i

Re: Proposal about Version API "relaxation"

2010-04-15 Thread Grant Ingersoll
+1 On Apr 14, 2010, at 5:22 PM, Michael McCandless wrote: > On Wed, Apr 14, 2010 at 12:06 AM, Marvin Humphrey > wrote: > >> Essentially, we're free to break back compat within "Lucy" at any time, but >> we're not able to break back compat within a stable fork like "Lucy1", >> "Lucy2", etc. So

Merging the Mailing Lists

2010-04-15 Thread Grant Ingersoll
Looks like we are ready to go to merge the Lucene and Solr dev mailing lists. The new list will be d...@lucene.apache.org. All existing subscribers will automatically be subscribed to the new list. For more info, see https://issues.apache.org/jira/browse/INFRA-2567. -Grant --

[jira] Commented: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857158#action_12857158 ] Grant Ingersoll commented on LUCENE-2359: - Reverted the last patch and the o

[jira] Commented: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857054#action_12857054 ] Grant Ingersoll commented on LUCENE-2359: - So, you're saying then

Re: [SPATIAL] Best Fit Calculation

2010-04-14 Thread Grant Ingersoll
ny tiles are needed to cover the radius, +1 is > because you are not always well aligned, the pow(X,2) because there is two > directions/axis > > Best regards, > > Nicolas > > 2010/4/14 Chris Male > > Hi, > > On Wed, Apr 14, 2010 at 6:07 PM, Grant Ingers

[jira] Commented: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856963#action_12856963 ] Grant Ingersoll commented on LUCENE-2359: - Thanks, Nicolas. To me, base

Re: [SPATIAL] Best Fit Calculation

2010-04-14 Thread Grant Ingersoll
On Apr 14, 2010, at 12:12 PM, Chris Male wrote: > Hi, > > On Wed, Apr 14, 2010 at 6:07 PM, Grant Ingersoll wrote: > > On Apr 14, 2010, at 11:06 AM, Chris Male wrote: > > > Hi, > > > > My understanding of the benefits of the new algorithm is that it means

Re: [SPATIAL] Best Fit Calculation

2010-04-14 Thread Grant Ingersoll
r additional commands, e-mail: java-dev-h...@lucene.apache.org > > -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem using Solr/Lucene: http://www.lucidimagination.com/search

Re: [SPATIAL] Best Fit Calculation

2010-04-14 Thread Grant Ingersoll
On Apr 14, 2010, at 11:06 AM, Chris Male wrote: > Hi, > > My understanding of the benefits of the new algorithm is that it means a > lower tier level resulting in fewer boxes, but more documents inside those > boxes that are outside of the search radius. > > While having fewer boxes means few

[SPATIAL] Best Fit Calculation

2010-04-14 Thread Grant Ingersoll
LUCENE-2359 changed the best fit calculation. I admit, I'm not entirely certain which one is right, so I thought we should step back and talk about what we are trying to achieve. Please correct me if/where I am wrong. Looking at the problem of tiers/tiles/grids in general, we are taking a sphe

[jira] Commented: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856902#action_12856902 ] Grant Ingersoll commented on LUCENE-2359: - Nicolas, Why the change in the

Re: Proposal about Version API "relaxation"

2010-04-14 Thread Grant Ingersoll
On Apr 14, 2010, at 12:49 AM, Robert Muir wrote: > > On Wed, Apr 14, 2010 at 12:06 AM, Marvin Humphrey > wrote: > New class names would work, too. > > I only mention that for the sake of completeness, though -- it's not a > suggestion. > > Right, to me this is just as bad. > In my eyes, the

[jira] Commented: (LUCENE-2184) CartesianPolyFilterBuilder doesn't properly account for which tiers actually exist in the index

2010-04-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856857#action_12856857 ] Grant Ingersoll commented on LUCENE-2184: - Thanks, Nicolas. App

Re: issues.apache.org compromised: please update your passwords

2010-04-13 Thread Grant Ingersoll
. > >> Uwe >> >> - >> Uwe Schindler >> H.-H.-Meier-Allee 63, D-28213 Bremen >> http://www.thetaphi.de >> eMail: u...@thetaphi.de >> >> >>> -Original Message- >>> From: Grant Ingersoll [mailto:gsi...@gmail.c

Re: issues.apache.org compromised: please update your passwords

2010-04-13 Thread Grant Ingersoll
FYI, this is for real. Some have asked me if it is made up. I don't know who owns that user, so we should ask on infra, I suspect. Also, this applies to all user accounts too on JIRA. On Apr 13, 2010, at 12:25 PM, r...@apache.org wrote: > Dear Lucene Developers, > > You are receiving this

Re: Proposal about Version API "relaxation"

2010-04-13 Thread Grant Ingersoll
On Apr 13, 2010, at 2:09 PM, Shai Erera wrote: > > And I guess that what bothers me the most is that it feels to me like we're > trying to protect people from stuff we haven't yet received complaints on (at > least none that I'm aware of), I think we have, they just aren't explicitly stated b/

[jira] Resolved: (LUCENE-2366) LLRect.createBox returned box does not contains all points in (center,distance) disc

2010-04-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-2366. - Resolution: Fixed Committed revision 933754. > LLRect.createBox returned box does

[jira] Commented: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856565#action_12856565 ] Grant Ingersoll commented on LUCENE-2359: - Committed Nicolas' updates

[jira] Resolved: (LUCENE-2367) CartesianPolyFilterBuilder has problems around the poles

2010-04-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-2367. - Resolution: Fixed Committed Nicolas' patch to trunk > CartesianPolyFilterBui

[jira] Assigned: (LUCENE-2367) CartesianPolyFilterBuilder has problems around the poles

2010-04-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned LUCENE-2367: --- Assignee: Grant Ingersoll > CartesianPolyFilterBuilder has problems around

Re: chinese stopwords

2010-04-12 Thread Grant Ingersoll
+1 On Apr 9, 2010, at 9:59 PM, John Wang wrote: > Hi: > >I am using the SmartChineseAnalyzer class and it is great! > >Was wondering if we should have a set of chinese stopwords. The default > set containts only punctuations. > > Thanks > > -John -

[jira] Created: (LUCENE-2367) CartesianPolyFilterBuilder has problems around the poles

2010-04-05 Thread Grant Ingersoll (JIRA)
Reporter: Grant Ingersoll Priority: Minor Test Lat/Lon: 89.9, 50 and 89.9, -130.0. Try a point near those two points, like 89.8,50 and a distance of 200. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[jira] Commented: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853164#action_12853164 ] Grant Ingersoll commented on LUCENE-2359: - AFAICT, that is covered by the cur

[jira] Commented: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853156#action_12853156 ] Grant Ingersoll commented on LUCENE-2359: - bq. handles East AND West tiles

[jira] Commented: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853121#action_12853121 ] Grant Ingersoll commented on LUCENE-2359: - Nicolas, How does this compar

Re: Incremental Field Updates

2010-04-02 Thread Grant Ingersoll
On Apr 2, 2010, at 2:50 AM, Babak Farhang wrote: > [Late to this party, but thought I'd chime in] > > I think this "layer" concept is right on. But I'm wondering about the > life cycle of these layers. Do layers live forever? Or do they > collapse at some point? (Like, as I think was already p

Re: [SPATIAL] CartesianPolyFilterBuilder ?

2010-04-01 Thread Grant Ingersoll
On Apr 1, 2010, at 1:22 PM, Helleringer, Nicolas wrote: > I did. It is bugged. https://issues.apache.org/jira/browse/LUCENE-1921 It has come up before. > It has also been re worked and will be patched (this weekend If I can) and > comitted by Chris afterwards. slight reword: can be committe

Re: [SPATIAL] CartesianPolyFilterBuilder ?

2010-04-01 Thread Grant Ingersoll
On Apr 1, 2010, at 9:09 AM, Helleringer, Nicolas wrote: > > > 2010/4/1 Grant Ingersoll > > No. > The longitude has an effect because of the projection used to go from a > spherical world to a flat coordinates system. > See http://www.nsshutdown.com/projects/lucene/w

[jira] Resolved: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-01 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-2359. - Resolution: Fixed Committed revision 929956. > CartesianPolyFilterBuilder does

Re: [SPATIAL] CartesianPolyFilterBuilder ?

2010-04-01 Thread Grant Ingersoll
On Apr 1, 2010, at 8:22 AM, Helleringer, Nicolas wrote: > I did put a comment on the jira issue pointing to the code I wrote inside > Chris Male perspective. > He answered on the JIRA topic as well. Yep, saw that. If you wish for that code to be in Lucene, you need to post it as a patch to Lu

Re: [SPATIAL] CartesianPolyFilterBuilder ?

2010-04-01 Thread Grant Ingersoll
ited to Chris Male > repository (working together to rework the whole thing). I put up a patch on https://issues.apache.org/jira/browse/LUCENE-2359. How does your's compare? Can you post it? > > Commit of this work should be done by Chris very soon. > > Hope it will help. >

Welcome Uwe Schindler to the Lucene PMC

2010-04-01 Thread Grant Ingersoll
I'm pleased to announce that the Lucene PMC has voted to add Uwe Schindler to the PMC. Uwe has been doing a lot of work in Lucene and Solr, including several of the last releases in Lucene. Please join me in extending congratulations to Uwe! -Grant Ingersoll PMC

[jira] Updated: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-03-31 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-2359: Attachment: LUCENE-2359.patch Fix. Will commit today or tomorrow. Going to double check

[jira] Created: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-03-31 Thread Grant Ingersoll (JIRA)
Java Issue Type: Bug Components: contrib/spatial Affects Versions: 3.0.1, 3.0, 2.9.2, 2.9.1, 2.9 Reporter: Grant Ingersoll Assignee: Grant Ingersoll Priority: Minor Test case: Points all around the globe, plus two points at 0, 179.9

[SPATIAL] CartesianPolyFilterBuilder ?

2010-03-31 Thread Grant Ingersoll
Anyone know what the point of this code is from the CartesianPolyFilterBuilder: shape = getShapeLoop(shape, ctp, latX, longX, latY, longY); if (longX2 != 0.0) { if (longX2 != 0.0) { if (longX == 0.0) { longX = longX2; longY = 0.0; shape = getSha

[jira] Commented: (LUCENE-2350) Refactor/Cleanup Lucene Spatial

2010-03-31 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12852045#action_12852045 ] Grant Ingersoll commented on LUCENE-2350: - Once this is in, let's apply

[jira] Resolved: (LUCENE-2184) CartesianPolyFilterBuilder doesn't properly account for which tiers actually exist in the index

2010-03-31 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-2184. - Resolution: Fixed Fix Version/s: 3.1 > CartesianPolyFilterBuilder does

Re: Incremental Field Updates

2010-03-30 Thread Grant Ingersoll
of URLs, database keys or filenames which can > be used. Also, b) is not too hard to handle in app code if you always use the > IndexWriter.updateDocument(term,doc) method for inserts. > > > Cheers, > Mark > > From: Grant Ingersoll > To: java-dev@lucene.apache.org > Sent: Mon, 29 March, 201

[jira] Commented: (LUCENE-2184) CartesianPolyFilterBuilder doesn't properly account for which tiers actually exist in the index

2010-03-29 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851043#action_12851043 ] Grant Ingersoll commented on LUCENE-2184: - Committed revision 928860 w/ the p

[jira] Updated: (LUCENE-2184) CartesianPolyFilterBuilder doesn't properly account for which tiers actually exist in the index

2010-03-29 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-2184: Attachment: LUCENE-2184.patch Here's a patch. All tests still

[jira] Assigned: (LUCENE-2184) CartesianPolyFilterBuilder doesn't properly account for which tiers actually exist in the index

2010-03-29 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned LUCENE-2184: --- Assignee: Grant Ingersoll > CartesianPolyFilterBuilder doesn't properly acc

[jira] Commented: (LUCENE-2184) CartesianPolyFilterBuilder doesn't properly account for which tiers actually exist in the index

2010-03-29 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851013#action_12851013 ] Grant Ingersoll commented on LUCENE-2184: - Note, this bug exists for the

Re: Incremental Field Updates

2010-03-29 Thread Grant Ingersoll
On Mar 29, 2010, at 2:26 AM, Mark Harwood wrote: > >> >>> Of course introducing the idea of updates also introduces the notion of a >>> primary key and there's probably an entirely separate discussion to be had >>> around user-supplied vs Lucene-generated keys. >> >> Not sure I see that need

Re: Incremental Field Updates

2010-03-28 Thread Grant Ingersoll
fields very frequently (popularity, ratings, votes, etc.) > > Cheers, > Mark > > > On 27 Mar 2010, at 11:25, Grant Ingersoll wrote: > >> First off, this is something I've had in my head for a long time, but don't >> have any code. >> >> As man

Incremental Field Updates

2010-03-27 Thread Grant Ingersoll
First off, this is something I've had in my head for a long time, but don't have any code. As many of you know, one of the main things that vexes any search engine based on an inverted index is how to do fast updates of just one field w/o having to delete and re-add the whole document like we d

[jira] Commented: (LUCENE-1879) Parallel incremental indexing

2010-03-27 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850505#action_12850505 ] Grant Ingersoll commented on LUCENE-1879: - Thanks, Shai, I had indeed misread

[jira] Commented: (LUCENE-1879) Parallel incremental indexing

2010-03-26 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850322#action_12850322 ] Grant Ingersoll commented on LUCENE-1879: - First off, I haven't look

Re: Welcome Shai Erera as Lucene/Solr committer

2010-03-26 Thread Grant Ingersoll
Welcome! On Mar 26, 2010, at 11:04 AM, Shai Erera wrote: > Thanks! > > I'm very excited to join such a great and talented team. Following the > tradition, here's my short bio: > > I'm 31 years old, married with 3 kids (although these 1+2 > 3 !). I > hold a M.Sc. in computer science from the Uni

[jira] Created: (LUCENE-2350) Refactor/Cleanup Lucene Spatial

2010-03-26 Thread Grant Ingersoll (JIRA)
Refactor/Cleanup Lucene Spatial --- Key: LUCENE-2350 URL: https://issues.apache.org/jira/browse/LUCENE-2350 Project: Lucene - Java Issue Type: Improvement Reporter: Grant Ingersoll Lucene spatial

Modules

2010-03-26 Thread Grant Ingersoll
So, should we start thinking about a Modules dir at the same level as Lucene/Solr where shared, non-core code lives? For starters, I think spatial and analyzers could go there. Proposal: lucene/ solr/ modules/ analyzers spatial others (highlighter, faceting, ...) I guess in some respe

[jira] Commented: (LUCENE-2215) paging collector

2010-03-26 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850072#action_12850072 ] Grant Ingersoll commented on LUCENE-2215: - bq. Let's be careful

[jira] Commented: (LUCENE-2215) paging collector

2010-03-25 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849961#action_12849961 ] Grant Ingersoll commented on LUCENE-2215: - Yeah, but one could make the argu

[jira] Commented: (LUCENE-2215) paging collector

2010-03-25 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849843#action_12849843 ] Grant Ingersoll commented on LUCENE-2215: - Mike, don't you think, tho

[jira] Commented: (LUCENE-2343) Add support for benchmarking Collectors

2010-03-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849536#action_12849536 ] Grant Ingersoll commented on LUCENE-2343: - Should be in the contrib/bench

[jira] Resolved: (LUCENE-2343) Add support for benchmarking Collectors

2010-03-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-2343. - Resolution: Fixed Fix Version/s: 3.1 Committed revision 927178. > Add supp

[jira] Updated: (LUCENE-2343) Add support for benchmarking Collectors

2010-03-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-2343: Attachment: LUCENE-2343.patch I think this addresses all of Shai's concerns.

[jira] Commented: (LUCENE-2343) Add support for benchmarking Collectors

2010-03-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849405#action_12849405 ] Grant Ingersoll commented on LUCENE-2343: - bq. I wasn't talking about th

[jira] Commented: (LUCENE-2343) Add support for benchmarking Collectors

2010-03-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849397#action_12849397 ] Grant Ingersoll commented on LUCENE-2343: - bq. In the patch you w

[jira] Commented: (LUCENE-2343) Add support for benchmarking Collectors

2010-03-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849390#action_12849390 ] Grant Ingersoll commented on LUCENE-2343: - bq. can be written as Class.for

[jira] Commented: (LUCENE-2343) Add support for benchmarking Collectors

2010-03-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849295#action_12849295 ] Grant Ingersoll commented on LUCENE-2343: - I intend to commit today or tomo

[jira] Updated: (LUCENE-2343) Add support for benchmarking Collectors

2010-03-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-2343: Attachment: LUCENE-2343.patch Add support for benchmarking collectors > Add support

LUCENE_CURRENT in Benchmark

2010-03-24 Thread Grant Ingersoll
I see that Test has TEST_CURRENT_VERSION for version, but what about Benchmark? Seems we should be using the latest and greatest, but LUCENE_CURRENT is deprecated. -Grant - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.

[jira] Commented: (LUCENE-2215) paging collector

2010-03-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849216#action_12849216 ] Grant Ingersoll commented on LUCENE-2215: - {quote} The only complication I se

[jira] Commented: (LUCENE-2215) paging collector

2010-03-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849207#action_12849207 ] Grant Ingersoll commented on LUCENE-2215: - I'm saying PagingColl. doe

[jira] Created: (LUCENE-2343) Add support for benchmarking Collectors

2010-03-24 Thread Grant Ingersoll (JIRA)
Reporter: Grant Ingersoll Assignee: Grant Ingersoll Priority: Minor As the title says. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[jira] Commented: (LUCENE-2215) paging collector

2010-03-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849193#action_12849193 ] Grant Ingersoll commented on LUCENE-2215: - {quote} I must admit I don&#x

[jira] Commented: (LUCENE-2215) paging collector

2010-03-23 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848904#action_12848904 ] Grant Ingersoll commented on LUCENE-2215: - bq. BTW, I've noticed that

[jira] Updated: (LUCENE-2215) paging collector

2010-03-23 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-2215: Attachment: LUCENE-2215.patch Here's an update of Aaron's work with the followi

[jira] Commented: (LUCENE-2215) paging collector

2010-03-23 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848842#action_12848842 ] Grant Ingersoll commented on LUCENE-2215: - I think in order to properly imple

Re: Implementing new collectors

2010-03-23 Thread Grant Ingersoll
On Mar 23, 2010, at 1:20 PM, Michael McCandless wrote: > You can implement just the "out of order" collector, since it subsumes > the in-order case, and all will work fine. > > However, if the collector can save CPU when docs are known to arrive > in-order (not all collectors can) it'd be good t

[jira] Commented: (LUCENE-2127) Improved large result handling

2010-03-23 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848795#action_12848795 ] Grant Ingersoll commented on LUCENE-2127: - Hey Jason, My tests are inconclu

Implementing new collectors

2010-03-23 Thread Grant Ingersoll
I'm still slightly confused on "in order" and "out of order" collectors. I mean, I get what they do, but, if I'm implementing a new collector (see https://issues.apache.org/jira/browse/LUCENE-2215) that is going to be part of core, should I implement two versions: one for in order and one for

Re: Merge Status

2010-03-23 Thread Grant Ingersoll
On Mar 23, 2010, at 10:09 AM, Grant Ingersoll wrote: > > 3. Other nightly build stuff. My cron tabs, etc. I will update them to > point at the new trunk. OK, I updated my cron tab for the site check out of Lucene. Not sure who han

Merge Status

2010-03-23 Thread Grant Ingersoll
Quick Status on where we are at: The new trunk for the merge is now open: https://svn.apache.org/repos/asf/lucene/dev/trunk/ All committers should have the same rights that they had before. Please do all development on those. The new mailing list has been requested: https://issues.apache.or

Re: New LuSolr trunk (was: RE: (LUCENE-2297) IndexWriter should let you optionally enable reader pooling)

2010-03-23 Thread Grant Ingersoll
in use. >>>>> We should allow separate control. >>>>> We should do this after LUCENE-2294. >>>> >>>> -- >>>> This message is automatically generated by JIRA. >>>> - >>>> You can reply to this email to add a comment to the

Re: New LuSolr trunk (was: RE: (LUCENE-2297) IndexWriter should let you optionally enable reader pooling)

2010-03-23 Thread Grant Ingersoll
On Mar 22, 2010, at 8:27 AM, Uwe Schindler wrote: > Hi all, > > the discussion where to do the development after the merge, now gets actual: > > Currently a lusolr test-trunk is done as a branch inside solr > (https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk). The > question is,

Re: Mailing List merge

2010-03-23 Thread Grant Ingersoll
https://issues.apache.org/jira/browse/INFRA-2567 On Mar 22, 2010, at 11:44 AM, Grant Ingersoll wrote: > Shall we merge the dev mailing lists? This should reduce the cross-posting > and can be completely automated (other than you may have to update your > client-side filters) and wa

Re: Mailing List merge

2010-03-22 Thread Grant Ingersoll
On Mar 22, 2010, at 12:43 PM, Ryan McKinley wrote: > Logistically, how would this work? > > would d...@lucene.apache.org be an alias for java-dev and solr-dev? or > a whole new list? I thought of d...@l.a.o, but we still have other dev lists under the PMC, so didn't want to imply it was the on

Mailing List merge

2010-03-22 Thread Grant Ingersoll
Shall we merge the dev mailing lists? This should reduce the cross-posting and can be completely automated (other than you may have to update your client-side filters) and was part of the plan to merge dev efforts. I'd propose it be called lucene-solr-...@l.a.o. I can put in an issue for infr

Re: Latest version of spatial contrib

2010-03-19 Thread Grant Ingersoll
On Mar 19, 2010, at 12:04 PM, Chris Male wrote: > Hi Alex, > > Its a direction that is still under heavy development but its definitely the > direction I would like it go. I think once the code merge happens, I can easily bring in the updates I made too. For instance, I've added a fair numbe

Re: #lucene IRC log [was: RE: lucene and solr trunk]

2010-03-16 Thread Grant Ingersoll
On Mar 16, 2010, at 3:24 PM, Mark Miller wrote: > On 03/16/2010 02:57 PM, Grant Ingersoll wrote: >> On Mar 16, 2010, at 2:47 PM, Steven A Rowe wrote: >> >> >>> On 03/16/2010 at 6:06 AM, Michael McCandless wrote: >>> >>>&

Re: #lucene IRC log [was: RE: lucene and solr trunk]

2010-03-16 Thread Grant Ingersoll
On Mar 16, 2010, at 2:47 PM, Steven A Rowe wrote: > On 03/16/2010 at 6:06 AM, Michael McCandless wrote: >> Does anyone know how other projects fold in IRC...? > > I gather from the deafening silence that we'll have to figure it out as we > go... > > I think some (not all) of the discomfort ass

Re: lucene and solr trunk

2010-03-16 Thread Grant Ingersoll
On Mar 16, 2010, at 10:18 AM, Mark Miller wrote: > On 03/16/2010 10:09 AM, Yonik Seeley wrote: >> On Tue, Mar 16, 2010 at 2:51 AM, Michael Busch wrote: >> >>> Also, we're in review-and-commit process, not commit-and-review. Changes >>> have to be >>> proposed, discussed and ideally attached t

Re: lucene and solr trunk

2010-03-16 Thread Grant Ingersoll
On Mar 16, 2010, at 3:51 AM, Michael Busch wrote: > On 3/16/10 12:43 AM, Simon Willnauer wrote:Me too. I don't have the time to > follow IRC in addition to jira and mailinglists. I know I've been missing > stuff, because in the past I commented on jira issues and later was told that > my que

Re: [DISCUSS] Do away with Contrib Committers and make core committers

2010-03-15 Thread Grant Ingersoll
On Mar 15, 2010, at 1:25 PM, Mark Miller wrote: > On 03/15/2010 08:33 AM, Grant Ingersoll wrote: >> Right, Mark. I think we would be effectively raising the bar to some extent >> for what it takes to be a committer. > > That's part of my point though - some are contr

Re: [DISCUSS] Do away with Contrib Committers and make core committers

2010-03-15 Thread Grant Ingersoll
On Mar 14, 2010, at 6:47 PM, Mark Miller wrote: > > > On 03/14/2010 06:37 PM, Grant Ingersoll wrote: >> On Mar 14, 2010, at 2:03 PM, Uwe Schindler wrote: >> >> >>> This time a +1 without discuss :-) >>> >> Yeah, but Uwe, the thread w

Re: [DISCUSS] Do away with Contrib Committers and make core committers

2010-03-15 Thread Grant Ingersoll
On Mar 14, 2010, at 8:25 PM, Yonik Seeley wrote: > On Sun, Mar 14, 2010 at 5:47 PM, Mark Miller wrote: >> On 03/14/2010 06:37 PM, Grant Ingersoll wrote: >>> >>> On Mar 14, 2010, at 2:03 PM, Uwe Schindler wrote: >>> >>> >>>> >>

Re: [DISCUSS] Do away with Contrib Committers and make core committers

2010-03-14 Thread Grant Ingersoll
; >> -----Original Message- >> From: Grant Ingersoll [mailto:gsi...@gmail.com] On Behalf Of Grant >> Ingersoll >> Sent: Sunday, March 14, 2010 5:54 PM >> To: java-dev@lucene.apache.org >> Subject: [DISCUSS] Do away with Contrib Committers and make core &g

[DISCUSS] Do away with Contrib Committers and make core committers

2010-03-14 Thread Grant Ingersoll
Given the notion of "one project, one set of committers", I think we should do away with the notion of contrib committers for java-dev and just have everyone be committers. Practically speaking, this would make all existing contrib committers be core committers. I think the notion of contrib c

Committer permissions

2010-03-14 Thread Grant Ingersoll
Per the vote on general@ to merge committers, I've given Lucene and Solr committers access to the two trunks. -Grant - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@

Re: Welcome Chris Male as Contrib committer!

2010-03-12 Thread Grant Ingersoll
On Mar 12, 2010, at 10:00 AM, Chris Male wrote: > Although I live in Amsterdam, I am actually from New Zealand so it feels good > to finally have kiwi representation. +1. I've always wanted to go there! I'll have to pick your brain on it next time I'm in Amsterdam over a pint. -Grant --

Re: Welcome Chris Male as Contrib committer!

2010-03-12 Thread Grant Ingersoll
Congrats! Tradition has it, Chris, that you provide a brief intro on yourself upon becoming a new committer, so let's hear it! -Grant On Mar 12, 2010, at 9:17 AM, Mark Miller wrote: > I am happy to announce the Lucene PMC has accepted Chris Male as a > contrib committer! > > Chris has been

Re: svn commit: r921480 [1/8] - in /lucene/java/trunk: ./ contrib/analyzers/common/src/test/org/apache/lucene/analysis/query/ contrib/analyzers/common/src/test/org/apache/lucene/analysis/shingle/ cont

2010-03-10 Thread Grant Ingersoll
On Mar 10, 2010, at 1:52 PM, Mark Miller wrote: > On 03/10/2010 01:48 PM, Robert Muir wrote: >> On Wed, Mar 10, 2010 at 1:40 PM, Shai Erera wrote: >> >>> I wrote that I defaulted to Whitespace for convenience reasons only. Now you >>> don't need to specify anything if you don't care how the c

Re: Turning IndexReader.isDeleted implementations to final

2010-03-03 Thread Grant Ingersoll
On Mar 1, 2010, at 2:51 AM, Michael McCandless wrote: > Yeah in the case of DirectoryReader/MultiReader, I'd like for them to > be final, not for performance but for door-shutting (ie the same > reason we make analyzers final). Door shutting often is not a good thing, especially in a project lik

Re: Adding .classpath.tmpl

2010-02-25 Thread Grant Ingersoll
To me, this is stuff that can go on the wiki or somewhere else, otherwise over time, there will be others to add in, etc. We could simply add a pointer to the wiki page in the README. On Feb 24, 2010, at 11:55 PM, Shai Erera wrote: > Hi > > I always find it annoying when I checkout the code t

  1   2   3   4   5   6   7   8   9   10   >