Re: [VOTE] accept Solr into incubator

2006-01-17 Thread Jim Jagielski

+1

On Jan 10, 2006, at 12:21 PM, Doug Cutting wrote:


I propose that we accept the CNET's Solr project into the incubator.

Discussion on this list evidenced broad interest in this project,  
which bodes well for its ability to build a developer community.


The Lucene PMC would be happy to accept Solr as a Lucene sub- 
project once it graduates from the incubator.


The proposal is at:

http://wiki.apache.org/incubator/SolrProposal

+1

Doug


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-11 Thread Erik Hatcher

That's a good policy, Brian.

+1 myself, as I do plan to work with Solr.

Erik


On Jan 10, 2006, at 8:48 PM, Brian McCallister wrote:

+0 (would be +1 but I am trying not to +1 anything which I cannot  
commit time to help with)


I will use it, though =)

-Brian


On Jan 10, 2006, at 1:38 PM, Yoav Shapira wrote:


Hi,
+1 from me.

Yoav

On 1/10/06, Otis Gospodnetic [EMAIL PROTECTED] wrote:

This is as clear as day: +1.

Otis


- Original Message 
From: Doug Cutting [EMAIL PROTECTED]
To: general@incubator.apache.org
Sent: Tue 10 Jan 2006 12:21:49 PM EST
Subject: [VOTE] accept Solr into incubator

I propose that we accept the CNET's Solr project into the incubator.

Discussion on this list evidenced broad interest in this project,  
which

bodes well for its ability to build a developer community.

The Lucene PMC would be happy to accept Solr as a Lucene sub-project
once it graduates from the incubator.

The proposal is at:

http://wiki.apache.org/incubator/SolrProposal

+1

Doug


 
-

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





 
-

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management
Cambridge, MA, USA
[EMAIL PROTECTED] / www.yoavshapira.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-11 Thread Justin Erenkrantz
On Wed, Jan 11, 2006 at 08:30:59AM -0500, Erik Hatcher wrote:
 That's a good policy, Brian.

Not really.  Votes like this are about whether the proposal conforms to our
standards and consequently executing the Incubator PMC's oversight
responsibilities - that is, everything about the proposal is in order.
This vote is not about volunteering to work on the project.  That would be
expressed by saying I want to be a committer on the project, which is
certainly welcomed, but not the point of this vote.  -- justin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-11 Thread Justin Erenkrantz
On Tue, Jan 10, 2006 at 09:21:49AM -0800, Doug Cutting wrote:
 I propose that we accept the CNET's Solr project into the incubator.
 
 Discussion on this list evidenced broad interest in this project, which 
 bodes well for its ability to build a developer community.
 
 The Lucene PMC would be happy to accept Solr as a Lucene sub-project 
 once it graduates from the incubator.

One other question to help narrow the project's scope a little: Is the
'search server' written entirely from scratch or is it using servlets or
some other Java HTTP container?

The answer to the question matters little, but I'd like this stated up
front so that it's clear for everyone where Solr's boundaries are.

Thanks.  -- justin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-11 Thread Yonik Seeley
On 1/11/06, Justin Erenkrantz [EMAIL PROTECTED] wrote:
 One other question to help narrow the project's scope a little: Is the
 'search server' written entirely from scratch or is it using servlets or
 some other Java HTTP container?

Solr is currently implemented as a webapp for a servlet container.
A servlet handles update and query requests (XML in an HTTP post for
updates, and HTTP-GET for queries)
The admin interface consists of JSPs and HTML.
The replication part external to the JVM currently relies on shell
scripts, rsync, and unix style hard links.

 The answer to the question matters little, but I'd like this stated up
 front so that it's clear for everyone where Solr's boundaries are.

Is there some additional verbiage you would like added to the proposal?

-Yonik

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[VOTE] accept Solr into incubator

2006-01-10 Thread Doug Cutting

I propose that we accept the CNET's Solr project into the incubator.

Discussion on this list evidenced broad interest in this project, which 
bodes well for its ability to build a developer community.


The Lucene PMC would be happy to accept Solr as a Lucene sub-project 
once it graduates from the incubator.


The proposal is at:

http://wiki.apache.org/incubator/SolrProposal

+1

Doug


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Justin Erenkrantz
On Tue, Jan 10, 2006 at 09:21:49AM -0800, Doug Cutting wrote:
 I propose that we accept the CNET's Solr project into the incubator.
 
 Discussion on this list evidenced broad interest in this project, which 
 bodes well for its ability to build a developer community.
 
 The Lucene PMC would be happy to accept Solr as a Lucene sub-project 
 once it graduates from the incubator.
 
 The proposal is at:
 
 http://wiki.apache.org/incubator/SolrProposal

Are there any other mentors?  I think I saw some people say they would be
interested, but I don't see their names on the proposal.  -- justin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread William A. Rowe, Jr.

Doug Cutting wrote:


The Lucene PMC would be happy to accept Solr as a Lucene sub-project 
once it graduates from the incubator.


Doug, you can only make this statement with a vote by the Lucene PMC.  I'd
suggest that the Lucene PMC vote on incubating the proposal.  In doing so,
the Lucene project takes on the responsibility of mentoring this new podling,
thereby integrating better once it has graduated.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Doug Cutting

Justin Erenkrantz wrote:

Are there any other mentors?  I think I saw some people say they would be
interested, but I don't see their names on the proposal.  -- justin


Erik Hatcher  myself are mentors.  Do we need more?

Doug

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Doug Cutting

William A. Rowe, Jr. wrote:

Doug, you can only make this statement with a vote by the Lucene PMC.


The Lucene PMC has already voted to sponsor this podling.  My 
understanding is that the Incubator PMC must also vote to accept the 
podling.  Is that not correct?


Doug

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Justin Erenkrantz
--On January 10, 2006 11:51:33 AM -0800 Doug Cutting [EMAIL PROTECTED] 
wrote:



Justin Erenkrantz wrote:

Are there any other mentors?  I think I saw some people say they would be
interested, but I don't see their names on the proposal.  -- justin


Erik Hatcher  myself are mentors.  Do we need more?


I don't see Erik listed on the proposal as a mentor.  -- justin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Garrett Rooney
On 1/10/06, Doug Cutting [EMAIL PROTECTED] wrote:
 Justin Erenkrantz wrote:
  Are there any other mentors?  I think I saw some people say they would be
  interested, but I don't see their names on the proposal.  -- justin

 Erik Hatcher  myself are mentors.  Do we need more?

I believe there were a few people from outside the Lucene PMC who
volunteered (Paul Querna did, and perhaps some others), it seems
useful to get people from other parts of the ASF involved, just to
encourage cross pollination of ideas.

-garrett

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Doug Cutting

Justin Erenkrantz wrote:

I don't see Erik listed on the proposal as a mentor.  -- justin


I just added him.

Doug

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [VOTE] accept Solr into incubator

2006-01-10 Thread Noel J. Bergman
Doug,

I saw a number of ASF folks expressing interesting in participating.  My
quick take is that:

  (a) you should identify the additional ASF folks,
  and get them down either as comitters and/or
  Mentors.  Was there a reason for excluding
  them from the proposal?

  (b) the Lucene PMC should be voting to sponsor
  the project for Incubation, including making
  sure that Mentors are all lined up.

--- Noel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Doug Cutting

Garrett Rooney wrote:

I believe there were a few people from outside the Lucene PMC who
volunteered (Paul Querna did, and perhaps some others), it seems
useful to get people from other parts of the ASF involved, just to
encourage cross pollination of ideas.


That would be great.  I did not understand these as offers to mentor, 
but rather as interest in becoming Solr developers.  If they're in fact 
offers to help mentor, then I encourage interested Incubator PMC members 
to add themselves to the proposal on the wiki.


Doug

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Doug Cutting

Noel J. Bergman wrote:

  (a) you should identify the additional ASF folks,
  and get them down either as comitters and/or
  Mentors.  Was there a reason for excluding
  them from the proposal?


None whatsoever.  If their statements of willingness to help meant that 
they'd like to be initial committers or mentors, that's fine with me.  I 
just did not understand them that way.



  (b) the Lucene PMC should be voting to sponsor
  the project for Incubation, including making
  sure that Mentors are all lined up.


The Lucene PMC has already voted in favor of this.  Erik noted that 
around the original proposal.  The incubation documentation only 
mentions a single mentor, so we thought that was covered too.  But we're 
open to more mentors and more initial committers.


Doug

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Yoav Shapira
Hi,
I mentioned I'd be interested, I still am.  I'd like to be a committer
(I think I am automatically, at least through the incubation period,
by virtue of being on the Incubator PMC), but it seemed to me like
having the entire Lucene PMC group as mentors was enough, so I didn't
add myself as a mentor formally on the proposal.  If another mentor is
needed, I'll be glad to help in that capacity as well.

Yoav

On 1/10/06, Doug Cutting [EMAIL PROTECTED] wrote:
 Garrett Rooney wrote:
  I believe there were a few people from outside the Lucene PMC who
  volunteered (Paul Querna did, and perhaps some others), it seems
  useful to get people from other parts of the ASF involved, just to
  encourage cross pollination of ideas.

 That would be great.  I did not understand these as offers to mentor,
 but rather as interest in becoming Solr developers.  If they're in fact
 offers to help mentor, then I encourage interested Incubator PMC members
 to add themselves to the proposal on the wiki.

 Doug

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management
Cambridge, MA, USA
[EMAIL PROTECTED] / www.yoavshapira.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Justin Erenkrantz
--On January 10, 2006 3:11:28 PM -0500 Yoav Shapira [EMAIL PROTECTED] 
wrote:



Hi,
I mentioned I'd be interested, I still am.  I'd like to be a committer
(I think I am automatically, at least through the incubation period,
by virtue of being on the Incubator PMC), but it seemed to me like


At a minimum, you should add yourself to the proposal page as an initial 
committer.  =)  -- justin


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [VOTE] accept Solr into incubator

2006-01-10 Thread Noel J. Bergman
Doug Cutting wrote:

 Noel J. Bergman wrote:
(a) you should identify the additional ASF folks,
and get them down either as comitters and/or
Mentors.  Was there a reason for excluding
them from the proposal?

 None whatsoever.  If their statements of willingness to help meant that
 they'd like to be initial committers or mentors, that's fine with me.  I
 just did not understand them that way.

Well, they were offering something that seemed like at least interest (I
took it as more), and since one of the main goals is to community building,
my own suggestion would be to be pro-active, and follow up whenever you see
someone expressing interest.  Clarify what they'd like to do.

(b) the Lucene PMC should be voting to sponsor
the project for Incubation, including making
sure that Mentors are all lined up.

 The Lucene PMC has already voted in favor of this.

That's is sufficient for entry.

 The incubation documentation only mentions a single mentor,
 so we thought that was covered too.  But we're open to more
 mentors and more initial committers.

We have recently discussed pushing that to more like three, but it hasn't
been formalized.

--- Noel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Yonik Seeley
On 1/10/06, Noel J. Bergman [EMAIL PROTECTED] wrote:
   (a) you should identify the additional ASF folks,
   and get them down either as comitters and/or
   Mentors.  Was there a reason for excluding
   them from the proposal?

I didn't list any mentors myself on the proposal because it looked
like that authority rested with the sponsor (in this case the Lucene
PMC).

-Yonik

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Otis Gospodnetic
This is as clear as day: +1.

Otis


- Original Message 
From: Doug Cutting [EMAIL PROTECTED]
To: general@incubator.apache.org
Sent: Tue 10 Jan 2006 12:21:49 PM EST
Subject: [VOTE] accept Solr into incubator

I propose that we accept the CNET's Solr project into the incubator.

Discussion on this list evidenced broad interest in this project, which 
bodes well for its ability to build a developer community.

The Lucene PMC would be happy to accept Solr as a Lucene sub-project 
once it graduates from the incubator.

The proposal is at:

http://wiki.apache.org/incubator/SolrProposal

+1

Doug


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Yoav Shapira
Hi,
+1 from me.

Yoav

On 1/10/06, Otis Gospodnetic [EMAIL PROTECTED] wrote:
 This is as clear as day: +1.

 Otis


 - Original Message 
 From: Doug Cutting [EMAIL PROTECTED]
 To: general@incubator.apache.org
 Sent: Tue 10 Jan 2006 12:21:49 PM EST
 Subject: [VOTE] accept Solr into incubator

 I propose that we accept the CNET's Solr project into the incubator.

 Discussion on this list evidenced broad interest in this project, which
 bodes well for its ability to build a developer community.

 The Lucene PMC would be happy to accept Solr as a Lucene sub-project
 once it graduates from the incubator.

 The proposal is at:

 http://wiki.apache.org/incubator/SolrProposal

 +1

 Doug


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management
Cambridge, MA, USA
[EMAIL PROTECTED] / www.yoavshapira.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] accept Solr into incubator

2006-01-10 Thread Brian McCallister
+0 (would be +1 but I am trying not to +1 anything which I cannot  
commit time to help with)


I will use it, though =)

-Brian


On Jan 10, 2006, at 1:38 PM, Yoav Shapira wrote:


Hi,
+1 from me.

Yoav

On 1/10/06, Otis Gospodnetic [EMAIL PROTECTED] wrote:

This is as clear as day: +1.

Otis


- Original Message 
From: Doug Cutting [EMAIL PROTECTED]
To: general@incubator.apache.org
Sent: Tue 10 Jan 2006 12:21:49 PM EST
Subject: [VOTE] accept Solr into incubator

I propose that we accept the CNET's Solr project into the incubator.

Discussion on this list evidenced broad interest in this project,  
which

bodes well for its ability to build a developer community.

The Lucene PMC would be happy to accept Solr as a Lucene sub-project
once it graduates from the incubator.

The proposal is at:

http://wiki.apache.org/incubator/SolrProposal

+1

Doug


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management
Cambridge, MA, USA
[EMAIL PROTECTED] / www.yoavshapira.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]