RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2012-01-01 Thread Scott Lombard
...@hotmail.com] Sent: Friday, December 30, 2011 12:43 PM To: lucene-net-dev@lucene.apache.org Subject: RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g I think when I said I want all those things - I meant it as an incremental, but something that we woudln't shy away from doing like we've done so

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-30 Thread Christopher Currens
something or feel we should do something. ~P Date: Thu, 29 Dec 2011 20:51:09 -0500 From: mhern...@wickedsoftware.net To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g Might I suggest that we all approach

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-30 Thread Troy Howard
: Friday, December 30, 2011 11:42 AM To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g Andy, You said far more eloquently exactly what I was trying to say.  That is exactly how I feel the project should progress. Thanks, Christopher On Fri, Dec 30

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-30 Thread Andy Pook
Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g Might I suggest that we all approach this as a business owners, community builders, startup entrepreneurs instead of developers for a second. You have limited resources: time, budget, personnel, etc. What

RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-30 Thread Prescott Nasser
...@gmail.com To: lucene-net-...@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g Thought I'd add my opinion as a user of Lucene.net... My company processes content from several feeds (mainly web but also social media). The volumes are fairly large (100M's of documents

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-30 Thread Rory Plaire
From: mhern...@wickedsoftware.net To: lucene-net-...@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g Might I suggest that we all approach this as a business owners, community builders, startup entrepreneurs instead of developers

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-30 Thread Rory Plaire
[mailto:currens.ch...@gmail.com] Sent: Friday, December 30, 2011 11:42 AM To: lucene-net-...@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g Andy, You said far more eloquently exactly what I was trying to say. That is exactly how I feel the project should progress

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Troy Howard
Howard Sent: 12/29/2011 2:19 PM To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g My vote goes to merging the two: Apply the same concepts from 2.9.4g to 3.X development, using generics where possible, Disposable vs

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Christopher Currens
want something or feel we should do something. ~P Date: Thu, 29 Dec 2011 20:51:09 -0500 From: mhern...@wickedsoftware.net To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g Might I suggest that we all approach this as a business

RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Scott Lombard
version anyway - we might as well build off of that? From: digyd...@gmail.com To: lucene-net-...@lucene.apache.org Date: Thu, 29 Dec 2011 02:45:23 +0200 Subject: RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4gbut I guess

RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Digy
Subject: RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g I don't see the g branch differing all that much from the line-by-line port. All the g branch does is change some data types as generics, but line by line the code the same once the generics are declared. I don't see 2.9.4g being any

RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Digy
-...@lucene.apache.org Subject: RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g I don't see the g branch differing all that much from the line-by-line port. All the g branch does is change some data types as generics, but line by line the code the same once the generics are declared. I don't see

RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Prescott Nasser
to give it a once over Sent from my Windows Phone From: Digy Sent: 12/29/2011 1:30 PM To: lucene-net-...@lucene.apache.org Subject: RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g I forgot to mention, 2.9.4g implements IDisposable for many of the classes that has

RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Prescott Nasser
-...@lucene.apache.org Subject: RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g I don't see the g branch differing all that much from the line-by-line port. All the g branch does is change some data types as generics, but line by line the code the same once the generics are declared. I don't see

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Troy Howard
-...@lucene.apache.org Subject: RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g When I started that g branch, I had no intention to change the API, but at the end it resulted in a few changes like StopAnalyzer(Liststring stopWords), Query.ExtractTerms(ICollectionstring) etc. But I think, a drop

RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Prescott Nasser
From: Troy Howard Sent: 12/29/2011 2:19 PM To: lucene-net-...@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g My vote goes to merging the two: Apply the same concepts from 2.9.4g to 3.X development, using generics where possible, Disposable vs Close, and exposing

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Troy Howard
to manage that without some large adjustments to the API. Sent from my Windows Phone From: Troy Howard Sent: 12/29/2011 2:19 PM To: lucene-net-...@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g My vote goes to merging the two

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Troy Howard
adjustments to the API. Sent from my Windows Phone From: Troy Howard Sent: 12/29/2011 2:19 PM To: lucene-net-...@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g My vote goes to merging the two: Apply the same concepts from 2.9.4g

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Rory Plaire
To: lucene-net-...@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g My vote goes to merging the two: Apply the same concepts from 2.9.4g to 3.X development, using generics where possible, Disposable vs Close, and exposing *additional* APIs for generics

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Michael Herndon
From: Digy Sent: 12/29/2011 1:16 PM To: lucene-net-...@lucene.apache.org Subject: RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g When I started that g branch, I had no intention to change the API, but at the end it resulted in a few changes like

RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Prescott Nasser
...@wickedsoftware.net To: lucene-net-...@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g Might I suggest that we all approach this as a business owners, community builders, startup entrepreneurs instead of developers for a second. You have limited resources: time

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Troy Howard
From: mhern...@wickedsoftware.net To: lucene-net-...@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g Might I suggest that we all approach this as a business owners, community builders, startup entrepreneurs instead of developers for a second. You have limited

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Rory Plaire
To make it clear - I want a .Net idiomatic API as the only API. I've got experience with both kinds of APIs - strict transliterated from Java and translated from Java to .Net. For me, the choice is pretty clear - the latter has the advantage when it comes to long-term maintenance and support from

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-29 Thread Christopher Currens
...@wickedsoftware.net To: lucene-net-...@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g Might I suggest that we all approach this as a business owners, community builders, startup entrepreneurs instead of developers for a second. You have limited resources

Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-28 Thread Christopher Currens
One of the benefits of moving forward with the conversion of the Java Lucene, is that they're using more recent versions of Java that support things like generics and enums, so the direct port is getting more and more like .NET, though not in all respects of course. I'm of the mind, though, that

RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-28 Thread Digy
-u...@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g One of the benefits of moving forward with the conversion of the Java Lucene, is that they're using more recent versions of Java that support things like generics and enums, so the direct port is getting more and more

RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-28 Thread Prescott Nasser
of that? From: digyd...@gmail.com To: lucene-net-dev@lucene.apache.org Date: Thu, 29 Dec 2011 02:45:23 +0200 Subject: RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4gbut I guess the future of 2.9.4g depends on the extent that it is becoming more

RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-22 Thread Prescott Nasser
That's a great question - I know a lot of people like the generics, and I don't really want it to disappear. I'd like to keep it in parity with the trunk. But I know we also have a goal of making Lucene.Net more .Net like (further than 2.9.4g), and I don't know how that fits in. We are a