RE: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts - Take #2

2010-02-23 Thread Uwe Schindler
Hi all, I got three positive votes from: - Andi Vajda - Mike McCandless - Ted Dunning I will copy the release artifacts to the apache dist server this evening and let the mirroring start. During that time I will prepare the website changes and will announce the release as planned. - Uwe Sc

Re: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts - Take #2

2010-02-23 Thread Michael McCandless
+1 to release. I used each version's binary release to build & search a 5M wikipedia index. Search performance is the same for TermQuery with both releases, but for PhraseQuery (at least the 3 simple 2-word phrases I tested) was ~9% faster (20.49 QPS -> 22.29 QPS). Not sure why... but it's movin

RE: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts - Take #2

2010-02-23 Thread Uwe Schindler
Hi all, I also checked the release artifacts in my projects and can conclude, that the 3.0.1 version works correctly for me. 2.9.x is no longer in use here. But both -src artifact files build and test correctly. Signatures are fine and also hashes. So a non-counting +1 from me (non-PMC). Uwe

Re: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-18 Thread Robert Muir
+1. the demo works. On Thu, Feb 18, 2010 at 5:57 AM, Simon Willnauer < simon.willna...@googlemail.com> wrote: > +1 from here > > I put the 3.0.1 into several apps and everything seems to run smoothly > for the last couple of days. All tests pass > > simon > > On Thu, Feb 18, 2010 at 12:13 AM, Ted

Re: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-18 Thread Simon Willnauer
+1 from here I put the 3.0.1 into several apps and everything seems to run smoothly for the last couple of days. All tests pass simon On Thu, Feb 18, 2010 at 12:13 AM, Ted Dunning wrote: > +0.  I only have time to read the release documents.  Uwe's apologies were > incorrect, the language is fi

Re: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-17 Thread Robert Muir
ahh you are right Uwe, even if you aren't using custom attributes, positions could be wrong in the index, for example. I have to go through this, but reindexing is not required, because the bugs > were mostly missing clearAttributes() calls leading to StopFilter integer > overflows (with Version.L

Re: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-17 Thread Grant Ingersoll
+1 on releasing. On Feb 14, 2010, at 6:45 PM, Uwe Schindler wrote: > Hallo Folks, > > I have posted a release candidate for both Lucene Java 2.9.2 and 3.0.1 (which > both have the same bug fix level, functionality and release announcement), > build from revision 910082 of the corresponding bra

Re: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-17 Thread Grant Ingersoll
On Feb 17, 2010, at 5:50 PM, Uwe Schindler wrote: > Hi Grant, inline: > >> Inline >> >> On Feb 14, 2010, at 6:45 PM, Uwe Schindler wrote: >> >>> Hallo Folks, >>> >>> I have posted a release candidate for both Lucene Java 2.9.2 and >> 3.0.1 (which both have the same bug fix level, functionalit

Re: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-17 Thread Robert Muir
i think users will have to read CHANGES to determine this: i.e. they could be using a buggy filter and be unaffected, if they aren't using custom attributes, certain shingle parameters, highlighting with multivalued fields, etc, etc. > How about: "Several bugs in Contrib's Analyzers package were

RE: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-17 Thread Uwe Schindler
Hi Grant, inline: > Inline > > On Feb 14, 2010, at 6:45 PM, Uwe Schindler wrote: > > > Hallo Folks, > > > > I have posted a release candidate for both Lucene Java 2.9.2 and > 3.0.1 (which both have the same bug fix level, functionality and > release announcement), build from revision 910082 of t

Re: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-17 Thread Grant Ingersoll
On Feb 17, 2010, at 5:35 PM, Grant Ingersoll wrote: > Inline > > On Feb 14, 2010, at 6:45 PM, Uwe Schindler wrote: > >> Hallo Folks, >> >> I have posted a release candidate for both Lucene Java 2.9.2 and 3.0.1 >> (which both have the same bug fix level, functionality and release >> announcem

Re: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-17 Thread Grant Ingersoll
Inline On Feb 14, 2010, at 6:45 PM, Uwe Schindler wrote: > Hallo Folks, > > I have posted a release candidate for both Lucene Java 2.9.2 and 3.0.1 (which > both have the same bug fix level, functionality and release announcement), > build from revision 910082 of the corresponding branches. Tha

Re: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-17 Thread Mark Miller
+1 from me - I've put both releases through their paces - though technically, there are a handful of files that look like they need apache headers (css, html) that are reported by rat. I don't think this is a new issue though, so I don't think its something we need to be that picky about right now.

RE: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-17 Thread Uwe Schindler
Hi all, I tested the lucene-core-3.0.1.jar in production since Sunday afternoon, no problems. I also replaced by the 2.9.2 file in my dev environment (without recompilations, because the locally added generics would break only the compilation but not the JVM of my projects) and tested: works.

RE: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-15 Thread Uwe Schindler
As people.apache.org is down, here is an alternate location with the same artifacts: http://alpha.thetaphi.de/lucene-292-301-take1-rev910082/ Happy testing! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > Fr

Re: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-14 Thread Robert Muir
i checked, the demo and demo webapp works for both versions. On Sun, Feb 14, 2010 at 6:45 PM, Uwe Schindler wrote: > Hallo Folks, > > I have posted a release candidate for both Lucene Java 2.9.2 and 3.0.1 > (which both have the same bug fix level, functionality and release > announcement), build