+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 moving in the right direction! contrib/benchmark is somewhat not fun to use from a non-source release. We don't ship a build.xml so you can't do "ant run-task...". And you have to go get the various dep libs yoursself. I don't think this is really a big deal -- I think having to run from a source release is fine. Mike On Sun, Feb 21, 2010 at 6:40 PM, Uwe Schindler <[email protected]> wrote: > Hallo Folks, > > I have posted a new release candidate (take #2) 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 912433 of the corresponding branches. > Thanks for all your help! Please test them and give your votes until > *Thursday morning*, as the scheduled release date for both versions is > Friday, Feb 26th, 2010. Only votes from Lucene PMC are binding, but everyone > is welcome to check the release candidate and voice their approval or > disapproval. The vote passes if at least three binding +1 votes are cast. > > We planned the parallel release with one announcement because of their > parallel development / bug fix level to emphasize that they are equal except > deprecation removal and Java 5 since major version 3. > > Updates since take #1 can be followed in issues: > https://issues.apache.org/jira/browse/LUCENE-2190 (reopened, fixed) > https://issues.apache.org/jira/browse/LUCENE-2270 (fixed) > https://issues.apache.org/jira/browse/LUCENE-2271 (won't fix for 2.9.2/3.0.1) > > You can find the artifacts here: > http://people.apache.org/~uschindler/staging-area/lucene-292-301-take2-rev912433/ > > Maven repo: > http://people.apache.org/~uschindler/staging-area/lucene-292-301-take2-rev912433/maven/ > > The changes are here: > http://people.apache.org/~uschindler/staging-area/lucene-292-301-take2-rev912433/changes-2.9.2/Changes.html > http://people.apache.org/~uschindler/staging-area/lucene-292-301-take2-rev912433/changes-2.9.2/Contrib-Changes.html > > http://people.apache.org/~uschindler/staging-area/lucene-292-301-take2-rev912433/changes-3.0.1/Changes.html > http://people.apache.org/~uschindler/staging-area/lucene-292-301-take2-rev912433/changes-3.0.1/Contrib-Changes.html > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [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]
