Re: draft 2.4 announcement

2008-10-05 Thread Michael McCandless
ease of Lucene to require JRE 1.5. The timing on these two releases is not yet known. Mike Nadav Har'El wrote: On Sun, Oct 05, 2008, Michael McCandless wrote about "Re: draft 2.4 announcement": I think you're right, we should mention this. How about changing that bull

Re: draft 2.4 announcement

2008-10-05 Thread Nadav Har'El
On Sun, Oct 05, 2008, Michael McCandless wrote about "Re: draft 2.4 announcement": > > I think you're right, we should mention this. > > How about changing that bullet like this?: > > * All filters now return a DocIdSet instead of java.util.BitSet, >

Re: draft 2.4 announcement

2008-10-05 Thread Michael McCandless
to a document before scoring is done. Mike Nadav Har'El wrote: On Tue, Sep 30, 2008, Michael McCandless wrote about "Re: draft 2.4 announcement": * All filters now return a DocIdSet instead of java.util.BitSet, making filters more efficient and flexible. Hi Michael,

Re: draft 2.4 announcement

2008-10-05 Thread Nadav Har'El
On Tue, Sep 30, 2008, Michael McCandless wrote about "Re: draft 2.4 announcement": > * All filters now return a DocIdSet instead of java.util.BitSet, > making filters more efficient and flexible. Hi Michael, I was looking at how filtering works, and I noticed there is, I

Re: draft 2.4 announcement

2008-09-30 Thread Michael McCandless
Good idea -- done: Release 2.4.0 of Lucene is now available! With 2.4 we have relaxed the backwards compatibility policy of the Fieldable interface: we now allow changes on a case by case basis. This means any custom classes that implement Fieldable will need to be updated. This was done to a

Re: draft 2.4 announcement

2008-09-30 Thread Chris Hostetter
: The next release will be 2.9. After that will be 3.0, which will : remove all deprecated APIs from 2.9 and will be the first release of : Lucene to require JRE 1.5. The timing on these two releases is not : yet known. I would move that para to the end, possibly starting with "SPECIAL NOTE:"

Re: draft 2.4 announcement

2008-09-30 Thread Michael McCandless
Woops, thanks Steven. New version: Release 2.4.0 of Lucene is now available! The next release will be 2.9. After that will be 3.0, which will remove all deprecated APIs from 2.9 and will be the first release of Lucene to require JRE 1.5. The timing on these two releases is not yet known. W

RE: draft 2.4 announcement

2008-09-30 Thread Steven A Rowe
Spelling nits: On 09/30/2008 at 8:27 AM, Michael McCandless wrote: > Fieldable interface: we now allow changes on a case by case bases. bases -> basis > This means any custom classes that implement Fielable will need to be Fielable -> Fieldable Steve --

Re: draft 2.4 announcement

2008-09-30 Thread Michael McCandless
//repo1.maven.org/maven2/org/apache/lucene/ Mike Otis Gospodnetic wrote: Looks good to me! Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Michael McCandless <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Monday, September 29,

Re: draft 2.4 announcement

2008-09-30 Thread Michael McCandless
sage From: Michael McCandless <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Monday, September 29, 2008 3:00:17 PM Subject: draft 2.4 announcement Here's my current draft -- any feedback? Release 2.4.0 of Lucene is now available! Many new features, fixes and op

Re: draft 2.4 announcement

2008-09-30 Thread Grant Ingersoll
OTECTED]> To: java-dev@lucene.apache.org Sent: Monday, September 29, 2008 3:00:17 PM Subject: draft 2.4 announcement Here's my current draft -- any feedback? Release 2.4.0 of Lucene is now available! Many new features, fixes and optimizations have happened since 2.4, including: * New IndexW

Re: draft 2.4 announcement

2008-09-30 Thread Michael McCandless
September 29, 2008 3:00:17 PM Subject: draft 2.4 announcement Here's my current draft -- any feedback? Release 2.4.0 of Lucene is now available! Many new features, fixes and optimizations have happened since 2.4, including: * New IndexWriter constructors now default autoCommit to false.

Re: draft 2.4 announcement

2008-09-29 Thread Otis Gospodnetic
Looks good to me! Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Michael McCandless <[EMAIL PROTECTED]> > To: java-dev@lucene.apache.org > Sent: Monday, September 29, 2008 3:00:17 PM > Subject: draft 2.4 announcement

Re: draft 2.4 announcement

2008-09-29 Thread Michael McCandless
Duh, I would not have caught it ;) I'll fix it! Thanks. Mike Mark Miller wrote: Michael McCandless wrote: Here's my current draft -- any feedback? Release 2.4.0 of Lucene is now available! Many new features, fixes and optimizations have happened since 2.4, including: Im sure you have o

Re: draft 2.4 announcement

2008-09-29 Thread Mark Miller
Michael McCandless wrote: Here's my current draft -- any feedback? Release 2.4.0 of Lucene is now available! Many new features, fixes and optimizations have happened since 2.4, including: Im sure you have or would catch it, but thats since 2.3 right? Or maybe in 2.4... ---

draft 2.4 announcement

2008-09-29 Thread Michael McCandless
Here's my current draft -- any feedback? Release 2.4.0 of Lucene is now available! Many new features, fixes and optimizations have happened since 2.4, including: * New IndexWriter constructors now default autoCommit to false. * New commit() method in IndexWriter, lets you control when ch