You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Simon Willnauer <si...@gmail.com> on 2013/11/14 10:37:47 UTC

[VOTE] Lucene / Solr 4.6.0"

Please vote for the first Release Candidate for Lucene/Solr 4.6.0

you can download it here:
http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686

or run the smoke tester directly with this commandline (don't forget
to set JAVA6_HOME etc.):

python3.2 -u dev-tools/scripts/smokeTestRelease.py
http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
1541686 4.6.0 /tmp/smoke_test_4_6


I integrated the RC into Elasticsearch and all tests pass:

https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de

Smoketester said: SUCCESS! [1:15:57.339272]

here is my +1


Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Mark Miller <ma...@gmail.com>.
I'm done.

- Mark


On Sun, Nov 17, 2013 at 6:38 PM, Mark Miller <ma...@gmail.com> wrote:

> If I can finish tracking down a bug I’m working on today, I’d like to get
> it in for the RC tomorrow.
>
> I have to go to the theater for a couple hours, but I’ll try and get the
> fix in tonight when I get back with any luck.
>
> - Mark
>
> On Nov 14, 2013, at 2:59 PM, Simon Willnauer <si...@gmail.com>
> wrote:
>
> > Thanks Steve I won't get to this until next week. I will upload a new RC
> on monday.
> >
> > Simon
> >
> > Sent from my iPhone
> >
> >> On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
> >>
> >> I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
> trunk, for all the problems I mentioned.
> >>
> >> The first revision including all these is 1542030.
> >>
> >> Steve
> >>
> >>> On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
> >>>
> >>> -1
> >>>
> >>> Smoke tester passes.
> >>>
> >>> Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
> section” follows “Detailed Change List”, but should be above it; and one
> change attribution didn’t get recognized because it’s missing parens:
> "Elran Dvir via Erick Erickson".  Definitely not worth a respin in either
> case.
> >>>
> >>> Lucene Changes look good, except that the “API Changes” section in
> Changes.html is formatted as an item in the “Bug Fixes” section, rather
> than its own section.  I’ll fix.  (The issue is that “API Changes:” in
> CHANGES.txt has a trailing colon - the section name regex should allow
> this. )  This is probably not worth a respin.
> >>>
> >>> Lucene and Solr Documentation pages look good, except that the "File
> Formats” link from the Lucene Documentation page leads to the 4.5 format
> doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
> LUCENE-5215).  This is respin-worthy.  Updating this is not automated now -
> it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t
> change in every release.  I’ll try to automate extracting the default from
> o.a.l.codecs.Codec#defaultCodec [ = Codec.forName(“Lucene46”)].
> >>>
> >>> Lucene and Solr Javadocs look good.
> >>>
> >>> Steve
> >>>
> >>>> On Nov 14, 2013, at 4:37 AM, Simon Willnauer <
> simon.willnauer@gmail.com> wrote:
> >>>>
> >>>> Please vote for the first Release Candidate for Lucene/Solr 4.6.0
> >>>>
> >>>> you can download it here:
> >>>>
> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
> >>>>
> >>>> or run the smoke tester directly with this commandline (don't forget
> >>>> to set JAVA6_HOME etc.):
> >>>>
> >>>> python3.2 -u dev-tools/scripts/smokeTestRelease.py
> >>>>
> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
> >>>> 1541686 4.6.0 /tmp/smoke_test_4_6
> >>>>
> >>>>
> >>>> I integrated the RC into Elasticsearch and all tests pass:
> >>>>
> >>>>
> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
> >>>>
> >>>> Smoketester said: SUCCESS! [1:15:57.339272]
> >>>>
> >>>> here is my +1
> >>>>
> >>>>
> >>>> Simon
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >>>> For additional commands, e-mail: dev-help@lucene.apache.org
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >> For additional commands, e-mail: dev-help@lucene.apache.org
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: dev-help@lucene.apache.org
> >
>
>


-- 
- Mark

Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Mark Miller <ma...@gmail.com>.
I'm done.

- Mark


On Sun, Nov 17, 2013 at 6:38 PM, Mark Miller <ma...@gmail.com> wrote:

> If I can finish tracking down a bug I’m working on today, I’d like to get
> it in for the RC tomorrow.
>
> I have to go to the theater for a couple hours, but I’ll try and get the
> fix in tonight when I get back with any luck.
>
> - Mark
>
> On Nov 14, 2013, at 2:59 PM, Simon Willnauer <si...@gmail.com>
> wrote:
>
> > Thanks Steve I won't get to this until next week. I will upload a new RC
> on monday.
> >
> > Simon
> >
> > Sent from my iPhone
> >
> >> On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
> >>
> >> I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
> trunk, for all the problems I mentioned.
> >>
> >> The first revision including all these is 1542030.
> >>
> >> Steve
> >>
> >>> On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
> >>>
> >>> -1
> >>>
> >>> Smoke tester passes.
> >>>
> >>> Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
> section” follows “Detailed Change List”, but should be above it; and one
> change attribution didn’t get recognized because it’s missing parens:
> "Elran Dvir via Erick Erickson".  Definitely not worth a respin in either
> case.
> >>>
> >>> Lucene Changes look good, except that the “API Changes” section in
> Changes.html is formatted as an item in the “Bug Fixes” section, rather
> than its own section.  I’ll fix.  (The issue is that “API Changes:” in
> CHANGES.txt has a trailing colon - the section name regex should allow
> this. )  This is probably not worth a respin.
> >>>
> >>> Lucene and Solr Documentation pages look good, except that the "File
> Formats” link from the Lucene Documentation page leads to the 4.5 format
> doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
> LUCENE-5215).  This is respin-worthy.  Updating this is not automated now -
> it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t
> change in every release.  I’ll try to automate extracting the default from
> o.a.l.codecs.Codec#defaultCodec [ = Codec.forName(“Lucene46”)].
> >>>
> >>> Lucene and Solr Javadocs look good.
> >>>
> >>> Steve
> >>>
> >>>> On Nov 14, 2013, at 4:37 AM, Simon Willnauer <
> simon.willnauer@gmail.com> wrote:
> >>>>
> >>>> Please vote for the first Release Candidate for Lucene/Solr 4.6.0
> >>>>
> >>>> you can download it here:
> >>>>
> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
> >>>>
> >>>> or run the smoke tester directly with this commandline (don't forget
> >>>> to set JAVA6_HOME etc.):
> >>>>
> >>>> python3.2 -u dev-tools/scripts/smokeTestRelease.py
> >>>>
> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
> >>>> 1541686 4.6.0 /tmp/smoke_test_4_6
> >>>>
> >>>>
> >>>> I integrated the RC into Elasticsearch and all tests pass:
> >>>>
> >>>>
> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
> >>>>
> >>>> Smoketester said: SUCCESS! [1:15:57.339272]
> >>>>
> >>>> here is my +1
> >>>>
> >>>>
> >>>> Simon
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >>>> For additional commands, e-mail: dev-help@lucene.apache.org
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >> For additional commands, e-mail: dev-help@lucene.apache.org
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: dev-help@lucene.apache.org
> >
>
>


-- 
- Mark

Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Mark Miller <ma...@gmail.com>.
If I can finish tracking down a bug I’m working on today, I’d like to get it in for the RC tomorrow.

I have to go to the theater for a couple hours, but I’ll try and get the fix in tonight when I get back with any luck.

- Mark

On Nov 14, 2013, at 2:59 PM, Simon Willnauer <si...@gmail.com> wrote:

> Thanks Steve I won't get to this until next week. I will upload a new RC on monday.
> 
> Simon 
> 
> Sent from my iPhone
> 
>> On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
>> 
>> I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, for all the problems I mentioned.  
>> 
>> The first revision including all these is 1542030.
>> 
>> Steve
>> 
>>> On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
>>> 
>>> -1
>>> 
>>> Smoke tester passes.
>>> 
>>> Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” follows “Detailed Change List”, but should be above it; and one change attribution didn’t get recognized because it’s missing parens: "Elran Dvir via Erick Erickson".  Definitely not worth a respin in either case.
>>> 
>>> Lucene Changes look good, except that the “API Changes” section in Changes.html is formatted as an item in the “Bug Fixes” section, rather than its own section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt has a trailing colon - the section name regex should allow this.)  This is probably not worth a respin.
>>> 
>>> Lucene and Solr Documentation pages look good, except that the "File Formats” link from the Lucene Documentation page leads to the 4.5 format doc, rather than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215).  This is respin-worthy.  Updating this is not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t change in every release.  I’ll try to automate extracting the default from o.a.l.codecs.Codec#defaultCodec [ = Codec.forName(“Lucene46”)].
>>> 
>>> Lucene and Solr Javadocs look good.
>>> 
>>> Steve
>>> 
>>>> On Nov 14, 2013, at 4:37 AM, Simon Willnauer <si...@gmail.com> wrote:
>>>> 
>>>> Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>>>> 
>>>> you can download it here:
>>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>> 
>>>> or run the smoke tester directly with this commandline (don't forget
>>>> to set JAVA6_HOME etc.):
>>>> 
>>>> python3.2 -u dev-tools/scripts/smokeTestRelease.py
>>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>> 1541686 4.6.0 /tmp/smoke_test_4_6
>>>> 
>>>> 
>>>> I integrated the RC into Elasticsearch and all tests pass:
>>>> 
>>>> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>>>> 
>>>> Smoketester said: SUCCESS! [1:15:57.339272]
>>>> 
>>>> here is my +1
>>>> 
>>>> 
>>>> Simon
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Steve Rowe <sa...@gmail.com>.
Congratulations Uwe!

On Nov 14, 2013, at 3:11 PM, Uwe Schindler <uw...@thetaphi.de> wrote:

> The PMC Chair is going to marry tomorrow... Simon has to come here and not do new RCs! :)
> 
> In any case, thanks for doing the release, Simon. I will do the next!
> 
> Uwe
> 
> 
> 
> Simon Willnauer <si...@gmail.com> schrieb:
> Thanks Steve I won't get to this until next week. I will upload a new RC on monday.
> 
> Simon 
> 
> Sent from my iPhone
> 
>  On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
>  
>  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, for all the problems I mentioned.  
>  
>  The first revision including all these is 1542030.
>  
>  Steve
>  
>  On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
>  
>  -1
>  
>  Smoke tester passes.
>  
>  Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” follows “Detailed Change List”, but should be above it; and one change attribution
> didn’t get recognized because it’s missing parens: "Elran Dvir via Erick Erickson".  Definitely not worth a respin in either case.
> 
>  
>  Lucene Changes look good, except that the “API Changes” section in Changes.html is formatted as an item in the “Bug Fixes” section, rather than its own section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt has a trailing colon - the section name regex should allow this. )  This is probably not worth a respin.
>  
>  Lucene and Solr Documentation pages look good, except that the "File Formats” link from the Lucene Documentation page leads to the 4.5 format doc, rather than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215).  This is respin-worthy.  Updating this is not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t change in every release.  I’ll try to automate extracting the default from o.a.l.codecs.Codec#defaultCodec [ =
> Codec.forName(“Lucene46”)].
> 
>  
>  Lucene and Solr Javadocs look good.
>  
>  Steve
>  
>  On Nov 14, 2013, at 4:37 AM, Simon Willnauer <si...@gmail.com> wrote:
>  
>  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>  
>  you can download it here:
>  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>  
>  or run the smoke tester directly with this commandline (don't forget
>  to set JAVA6_HOME etc.):
>  
>  python3.2 -u dev-tools/scripts/smokeTestRelease.py
>  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>  1541686 4.6.0 /tmp/smoke_test_4_6
>  
>  
>  I integrated the RC into Elasticsearch and all tests pass:
>  
>  https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>  
>  Smoketester said: SUCCESS! [1:15:57.339272]
>  
>  here is my +1
>  
>  
>  Simon
>  
> 
>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>  For additional commands, e-mail: dev-help@lucene.apache.org
>  
>  
> 
>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>  For additional commands, e-mail: dev-help@lucene.apache.org
>  
> 
> 
> To unsubscribe,
> e-mail: dev-unsubscribe@lucene.apache.org
> 
> For additional commands, e-mail: dev-help@lucene.apache.org
> 
> 
> --
> Uwe Schindler
> H.-H.-Meier-Allee 63, 28213 Bremen
> http://www.thetaphi.de


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
I think this calls for a *very* special release. :) Everything best
for both of you, Uwe!

Dawid

On Thu, Nov 14, 2013 at 9:11 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> The PMC Chair is going to marry tomorrow... Simon has to come here and not
> do new RCs! :)
>
> In any case, thanks for doing the release, Simon. I will do the next!
>
> Uwe
>
>
>
> Simon Willnauer <si...@gmail.com> schrieb:
>>
>> Thanks Steve I won't get to this until next week. I will upload a new RC
>> on monday.
>>
>> Simon
>>
>> Sent from my iPhone
>>
>>>  On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
>>>
>>>  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
>>> trunk, for all the problems I mentioned.
>>>
>>>  The first revision including all these is 1542030.
>>>
>>>  Steve
>>>
>>>>
>>>>  On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
>>>>
>>>>  -1
>>>>
>>>>  Smoke tester passes.
>>>>
>>>>  Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
>>>> section” follows “Detailed Change List”, but should be above it; and one
>>>> change attr
>>>>  ibution
>>>> didn’t get recognized because it’s missing parens: "Elran Dvir via Erick
>>>> Erickson".  Definitely not worth a respin in either case.
>>>>
>>>>  Lucene Changes look good, except that the “API Changes” section in
>>>> Changes.html is formatted as an item in the “Bug Fixes” section, rather than
>>>> its own section.  I’ll fix.  (The issue is that “API Changes:” in
>>>> CHANGES.txt has a trailing colon - the section name regex should allow this.
>>>> )  This is probably not worth a respin.
>>>>
>>>>  Lucene and Solr Documentation pages look good, except that the "File
>>>> Formats” link from the Lucene Documentation page leads to the 4.5 format
>>>> doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
>>>> LUCENE-5215).  This is respin-worthy.  Updating this is not automated now -
>>>> it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t
>>>> change in every release.  I’ll try to automate extracting the default from
>>>> o.a.l.codecs.Codec#defaultCodec [ =
>>>> Codec.forName(“Lucene46”)].
>>>>
>>>>  Lucene and Solr Javadocs look good.
>>>>
>>>>  Steve
>>>>
>>>>>
>>>>>  On Nov 14, 2013, at 4:37 AM, Simon Willnauer
>>>>> <si...@gmail.com> wrote:
>>>>>
>>>>>  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>>>>>
>>>>>  you can download it here:
>>>>>
>>>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>>>
>>>>>  or run the smoke tester directly with this commandline (don't forget
>>>>>  to set JAVA6_HOME etc.):
>>>>>
>>>>>  python3.2 -u dev-tools/scripts/smokeTestRelease.py
>>>>>
>>>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>>>  1541686 4.6.0 /tmp/smoke_test_4_6
>>>>>
>>>>>
>>>>>  I integrated the RC into Elasticsearch and all tests pass:
>>>>>
>>>>>
>>>>> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>>>>>
>>>>>  Smoketester said: SUCCESS! [1:15:57.339272]
>>>>>
>>>>>  here is my +1
>>>>>
>>>>>
>>>>>  Simon
>>>>>
>>>>> ________________________________
>>>>>
>>>>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>>>  For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>>
>>>
>>> ________________________________
>>>
>>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>  For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>
>>
>> ________________________________
>>
>> To unsubscribe,
>> e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
> --
> Uwe Schindler
> H.-H.-Meier-Allee 63, 28213 Bremen
> http://www.thetaphi.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: [VOTE] Lucene / Solr 4.6.0"

Posted by ka...@here.com.
Congratulations, Uwe!
Karl

Sent from my Windows Phone
________________________________
From: ext Koji Sekiguchi
Sent: 11/14/2013 6:35 PM
To: dev@lucene.apache.org
Subject: Re: [VOTE] Lucene / Solr 4.6.0"

Congrats Uwe! :)

koji

(13/11/15 5:11), Uwe Schindler wrote:
> The PMC Chair is going to marry tomorrow... Simon has to come here and not do new RCs! :)
>
> In any case, thanks for doing the release, Simon. I will do the next!
>
> Uwe
>
>
>
> Simon Willnauer <si...@gmail.com> schrieb:
>> Thanks Steve I won't get to this until next week. I will upload a new
>> RC on monday.
>>
>> Simon
>>
>> Sent from my iPhone
>>
>>> On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
>>>
>>> I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
>> trunk, for all the problems I mentioned.
>>>
>>> The first revision including all these is 1542030.
>>>
>>> Steve
>>>
>>>> On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
>>>>
>>>> -1
>>>>
>>>> Smoke tester passes.
>>>>
>>>> Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
>> section” follows “Detailed Change List”, but should be above it; and
>> one change attribution didn’t get recognized because it’s missing
>> parens: "Elran Dvir via Erick Erickson".  Definitely not worth a respin
>> in either case.
>>>>
>>>> Lucene Changes look good, except that the “API Changes” section in
>> Changes.html is formatted as an item in the “Bug Fixes” section, rather
>> than its own section.  I’ll fix.  (The issue is that “API Changes:” in
>> CHANGES.txt has a trailing colon - the section name regex should allow
>> this.)  This is probably not worth a respin.
>>>>
>>>> Lucene and Solr Documentation pages look good, except that the "File
>> Formats” link from the Lucene Documentation page leads to the 4.5
>> format doc, rather than the 4.6 format doc (Lucene46Codec was
>> introduced by LUCENE-5215).  This is respin-worthy.  Updating this is
>> not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the
>> default codec doesn’t change in every release.  I’ll try to automate
>> extracting the default from o.a.l.codecs.Codec#defaultCodec [ =
>> Codec.forName(“Lucene46”)].
>>>>
>>>> Lucene and Solr Javadocs look good.
>>>>
>>>> Steve
>>>>
>>>>> On Nov 14, 2013, at 4:37 AM, Simon Willnauer
>> <si...@gmail.com> wrote:
>>>>>
>>>>> Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>>>>>
>>>>> you can download it here:
>>>>>
>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>>>
>>>>> or run the smoke tester directly with this commandline (don't
>> forget
>>>>> to set JAVA6_HOME etc.):
>>>>>
>>>>> python3.2 -u dev-tools/scripts/smokeTestRelease.py
>>>>>
>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>>> 1541686 4.6.0 /tmp/smoke_test_4_6
>>>>>
>>>>>
>>>>> I integrated the RC into Elasticsearch and all tests pass:
>>>>>
>>>>>
>> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>>>>>
>>>>> Smoketester said: SUCCESS! [1:15:57.339272]
>>>>>
>>>>> here is my +1
>>>>>
>>>>>
>>>>> Simon
>>>>>
>>>>>
>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>
> --
> Uwe Schindler
> H.-H.-Meier-Allee 63, 28213 Bremen
> http://www.thetaphi.de
>


--
http://soleami.com/blog/automatically-acquiring-synonym-knowledge-from-wikipedia.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Koji Sekiguchi <ko...@r.email.ne.jp>.
Congrats Uwe! :)

koji

(13/11/15 5:11), Uwe Schindler wrote:
> The PMC Chair is going to marry tomorrow... Simon has to come here and not do new RCs! :)
>
> In any case, thanks for doing the release, Simon. I will do the next!
>
> Uwe
>
>
>
> Simon Willnauer <si...@gmail.com> schrieb:
>> Thanks Steve I won't get to this until next week. I will upload a new
>> RC on monday.
>>
>> Simon
>>
>> Sent from my iPhone
>>
>>> On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
>>>
>>> I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
>> trunk, for all the problems I mentioned.
>>>
>>> The first revision including all these is 1542030.
>>>
>>> Steve
>>>
>>>> On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
>>>>
>>>> -1
>>>>
>>>> Smoke tester passes.
>>>>
>>>> Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
>> section” follows “Detailed Change List”, but should be above it; and
>> one change attribution didn’t get recognized because it’s missing
>> parens: "Elran Dvir via Erick Erickson".  Definitely not worth a respin
>> in either case.
>>>>
>>>> Lucene Changes look good, except that the “API Changes” section in
>> Changes.html is formatted as an item in the “Bug Fixes” section, rather
>> than its own section.  I’ll fix.  (The issue is that “API Changes:” in
>> CHANGES.txt has a trailing colon - the section name regex should allow
>> this.)  This is probably not worth a respin.
>>>>
>>>> Lucene and Solr Documentation pages look good, except that the "File
>> Formats” link from the Lucene Documentation page leads to the 4.5
>> format doc, rather than the 4.6 format doc (Lucene46Codec was
>> introduced by LUCENE-5215).  This is respin-worthy.  Updating this is
>> not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the
>> default codec doesn’t change in every release.  I’ll try to automate
>> extracting the default from o.a.l.codecs.Codec#defaultCodec [ =
>> Codec.forName(“Lucene46”)].
>>>>
>>>> Lucene and Solr Javadocs look good.
>>>>
>>>> Steve
>>>>
>>>>> On Nov 14, 2013, at 4:37 AM, Simon Willnauer
>> <si...@gmail.com> wrote:
>>>>>
>>>>> Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>>>>>
>>>>> you can download it here:
>>>>>
>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>>>
>>>>> or run the smoke tester directly with this commandline (don't
>> forget
>>>>> to set JAVA6_HOME etc.):
>>>>>
>>>>> python3.2 -u dev-tools/scripts/smokeTestRelease.py
>>>>>
>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>>> 1541686 4.6.0 /tmp/smoke_test_4_6
>>>>>
>>>>>
>>>>> I integrated the RC into Elasticsearch and all tests pass:
>>>>>
>>>>>
>> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>>>>>
>>>>> Smoketester said: SUCCESS! [1:15:57.339272]
>>>>>
>>>>> here is my +1
>>>>>
>>>>>
>>>>> Simon
>>>>>
>>>>>
>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>
> --
> Uwe Schindler
> H.-H.-Meier-Allee 63, 28213 Bremen
> http://www.thetaphi.de
>


-- 
http://soleami.com/blog/automatically-acquiring-synonym-knowledge-from-wikipedia.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Alan Woodward <al...@flax.co.uk>.
Yay!  Congratulations, Uwe!


On 15 Nov 2013, at 04:51, Shai Erera wrote:

> Congratulations Uwe!
> 
> Shai
> 
> 
> On Fri, Nov 15, 2013 at 6:34 AM, Shalin Shekhar Mangar <sh...@gmail.com> wrote:
> Many congratulations Uwe!
> 
> On Fri, Nov 15, 2013 at 1:41 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> > The PMC Chair is going to marry tomorrow... Simon has to come here and not
> > do new RCs! :)
> >
> > In any case, thanks for doing the release, Simon. I will do the next!
> >
> > Uwe
> >
> >
> >
> > Simon Willnauer <si...@gmail.com> schrieb:
> >>
> >> Thanks Steve I won't get to this until next week. I will upload a new RC
> >> on monday.
> >>
> >> Simon
> >>
> >> Sent from my iPhone
> >>
> >>>  On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
> >>>
> >>>  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
> >>> trunk, for all the problems I mentioned.
> >>>
> >>>  The first revision including all these is 1542030.
> >>>
> >>>  Steve
> >>>
> >>>>
> >>>>  On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
> >>>>
> >>>>  -1
> >>>>
> >>>>  Smoke tester passes.
> >>>>
> >>>>  Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
> >>>> section” follows “Detailed Change List”, but should be above it; and one
> >>>> change attribution
> >>>> didn’t get recognized because it’s missing parens: "Elran Dvir via Erick
> >>>> Erickson".  Definitely not worth a respin in either case.
> >>>>
> >>>>  Lucene Changes look good, except that the “API Changes” section in
> >>>> Changes.html is formatted as an item in the “Bug Fixes” section, rather than
> >>>> its own section.  I’ll fix.  (The issue is that “API Changes:” in
> >>>> CHANGES.txt has a trailing colon - the section name regex should allow this.
> >>>> )  This is probably not worth a respin.
> >>>>
> >>>>  Lucene and Solr Documentation pages look good, except that the "File
> >>>> Formats” link from the Lucene Documentation page leads to the 4.5 format
> >>>> doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
> >>>> LUCENE-5215).  This is respin-worthy.  Updating this is not automated now -
> >>>> it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t
> >>>> change in every release.  I’ll try to automate extracting the default from
> >>>> o.a.l.codecs.Codec#defaultCodec [ =
> >>>> Codec.forName(“Lucene46”)].
> >>>>
> >>>>  Lucene and Solr Javadocs look good.
> >>>>
> >>>>  Steve
> >>>>
> >>>>>
> >>>>>  On Nov 14, 2013, at 4:37 AM, Simon Willnauer
> >>>>> <si...@gmail.com> wrote:
> >>>>>
> >>>>>  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
> >>>>>
> >>>>>  you can download it here:
> >>>>>
> >>>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
> >>>>>
> >>>>>  or run the smoke tester directly with this commandline (don't forget
> >>>>>  to set JAVA6_HOME etc.):
> >>>>>
> >>>>>  python3.2 -u dev-tools/scripts/smokeTestRelease.py
> >>>>>
> >>>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
> >>>>>  1541686 4.6.0 /tmp/smoke_test_4_6
> >>>>>
> >>>>>
> >>>>>  I integrated the RC into Elasticsearch and all tests pass:
> >>>>>
> >>>>>
> >>>>> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
> >>>>>
> >>>>>  Smoketester said: SUCCESS! [1:15:57.339272]
> >>>>>
> >>>>>  here is my +1
> >>>>>
> >>>>>
> >>>>>  Simon
> >>>>>
> >>>>> ________________________________
> >>>>>
> >>>>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >>>>>  For additional commands, e-mail: dev-help@lucene.apache.org
> >>>
> >>>
> >>>
> >>> ________________________________
> >>>
> >>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >>>  For additional commands, e-mail: dev-help@lucene.apache.org
> >>>
> >>
> >>
> >> ________________________________
> >>
> >> To unsubscribe,
> >> e-mail: dev-unsubscribe@lucene.apache.org
> >> For additional commands, e-mail: dev-help@lucene.apache.org
> >>
> >
> > --
> > Uwe Schindler
> > H.-H.-Meier-Allee 63, 28213 Bremen
> > http://www.thetaphi.de
> 
> 
> 
> --
> Regards,
> Shalin Shekhar Mangar.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 
> 


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Petar Tahchiev <pa...@gmail.com>.
+1, works for me too.

Congrats Uwe :)


2013/11/15 Shai Erera <se...@gmail.com>

> Congratulations Uwe!
>
> Shai
>
>
> On Fri, Nov 15, 2013 at 6:34 AM, Shalin Shekhar Mangar <
> shalinmangar@gmail.com> wrote:
>
>> Many congratulations Uwe!
>>
>> On Fri, Nov 15, 2013 at 1:41 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> > The PMC Chair is going to marry tomorrow... Simon has to come here and
>> not
>> > do new RCs! :)
>> >
>> > In any case, thanks for doing the release, Simon. I will do the next!
>> >
>> > Uwe
>> >
>> >
>> >
>> > Simon Willnauer <si...@gmail.com> schrieb:
>> >>
>> >> Thanks Steve I won't get to this until next week. I will upload a new
>> RC
>> >> on monday.
>> >>
>> >> Simon
>> >>
>> >> Sent from my iPhone
>> >>
>> >>>  On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
>> >>>
>> >>>  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
>> >>> trunk, for all the problems I mentioned.
>> >>>
>> >>>  The first revision including all these is 1542030.
>> >>>
>> >>>  Steve
>> >>>
>> >>>>
>> >>>>  On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
>> >>>>
>> >>>>  -1
>> >>>>
>> >>>>  Smoke tester passes.
>> >>>>
>> >>>>  Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
>> >>>> section” follows “Detailed Change List”, but should be above it; and
>> one
>> >>>> change attribution
>> >>>> didn’t get recognized because it’s missing parens: "Elran Dvir via
>> Erick
>> >>>> Erickson".  Definitely not worth a respin in either case.
>> >>>>
>> >>>>  Lucene Changes look good, except that the “API Changes” section in
>> >>>> Changes.html is formatted as an item in the “Bug Fixes” section,
>> rather than
>> >>>> its own section.  I’ll fix.  (The issue is that “API Changes:” in
>> >>>> CHANGES.txt has a trailing colon - the section name regex should
>> allow this.
>> >>>> )  This is probably not worth a respin.
>> >>>>
>> >>>>  Lucene and Solr Documentation pages look good, except that the "File
>> >>>> Formats” link from the Lucene Documentation page leads to the 4.5
>> format
>> >>>> doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
>> >>>> LUCENE-5215).  This is respin-worthy.  Updating this is not
>> automated now -
>> >>>> it’s hard-coded in lucene/site/xsl/index.xsl - the default codec
>> doesn’t
>> >>>> change in every release.  I’ll try to automate extracting the
>> default from
>> >>>> o.a.l.codecs.Codec#defaultCodec [ =
>> >>>> Codec.forName(“Lucene46”)].
>> >>>>
>> >>>>  Lucene and Solr Javadocs look good.
>> >>>>
>> >>>>  Steve
>> >>>>
>> >>>>>
>> >>>>>  On Nov 14, 2013, at 4:37 AM, Simon Willnauer
>> >>>>> <si...@gmail.com> wrote:
>> >>>>>
>> >>>>>  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>> >>>>>
>> >>>>>  you can download it here:
>> >>>>>
>> >>>>>
>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>> >>>>>
>> >>>>>  or run the smoke tester directly with this commandline (don't
>> forget
>> >>>>>  to set JAVA6_HOME etc.):
>> >>>>>
>> >>>>>  python3.2 -u dev-tools/scripts/smokeTestRelease.py
>> >>>>>
>> >>>>>
>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>> >>>>>  1541686 4.6.0 /tmp/smoke_test_4_6
>> >>>>>
>> >>>>>
>> >>>>>  I integrated the RC into Elasticsearch and all tests pass:
>> >>>>>
>> >>>>>
>> >>>>>
>> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>> >>>>>
>> >>>>>  Smoketester said: SUCCESS! [1:15:57.339272]
>> >>>>>
>> >>>>>  here is my +1
>> >>>>>
>> >>>>>
>> >>>>>  Simon
>> >>>>>
>> >>>>> ________________________________
>> >>>>>
>> >>>>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> >>>>>  For additional commands, e-mail: dev-help@lucene.apache.org
>> >>>
>> >>>
>> >>>
>> >>> ________________________________
>> >>>
>> >>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> >>>  For additional commands, e-mail: dev-help@lucene.apache.org
>> >>>
>> >>
>> >>
>> >> ________________________________
>> >>
>> >> To unsubscribe,
>> >> e-mail: dev-unsubscribe@lucene.apache.org
>> >> For additional commands, e-mail: dev-help@lucene.apache.org
>> >>
>> >
>> > --
>> > Uwe Schindler
>> > H.-H.-Meier-Allee 63, 28213 Bremen
>> > http://www.thetaphi.de
>>
>>
>>
>> --
>> Regards,
>> Shalin Shekhar Mangar.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>
>


-- 
Regards, Petar!
Karlovo, Bulgaria.
---
Public PGP Key at:
https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611

Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Shai Erera <se...@gmail.com>.
Congratulations Uwe!

Shai


On Fri, Nov 15, 2013 at 6:34 AM, Shalin Shekhar Mangar <
shalinmangar@gmail.com> wrote:

> Many congratulations Uwe!
>
> On Fri, Nov 15, 2013 at 1:41 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> > The PMC Chair is going to marry tomorrow... Simon has to come here and
> not
> > do new RCs! :)
> >
> > In any case, thanks for doing the release, Simon. I will do the next!
> >
> > Uwe
> >
> >
> >
> > Simon Willnauer <si...@gmail.com> schrieb:
> >>
> >> Thanks Steve I won't get to this until next week. I will upload a new RC
> >> on monday.
> >>
> >> Simon
> >>
> >> Sent from my iPhone
> >>
> >>>  On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
> >>>
> >>>  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
> >>> trunk, for all the problems I mentioned.
> >>>
> >>>  The first revision including all these is 1542030.
> >>>
> >>>  Steve
> >>>
> >>>>
> >>>>  On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
> >>>>
> >>>>  -1
> >>>>
> >>>>  Smoke tester passes.
> >>>>
> >>>>  Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
> >>>> section” follows “Detailed Change List”, but should be above it; and
> one
> >>>> change attribution
> >>>> didn’t get recognized because it’s missing parens: "Elran Dvir via
> Erick
> >>>> Erickson".  Definitely not worth a respin in either case.
> >>>>
> >>>>  Lucene Changes look good, except that the “API Changes” section in
> >>>> Changes.html is formatted as an item in the “Bug Fixes” section,
> rather than
> >>>> its own section.  I’ll fix.  (The issue is that “API Changes:” in
> >>>> CHANGES.txt has a trailing colon - the section name regex should
> allow this.
> >>>> )  This is probably not worth a respin.
> >>>>
> >>>>  Lucene and Solr Documentation pages look good, except that the "File
> >>>> Formats” link from the Lucene Documentation page leads to the 4.5
> format
> >>>> doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
> >>>> LUCENE-5215).  This is respin-worthy.  Updating this is not automated
> now -
> >>>> it’s hard-coded in lucene/site/xsl/index.xsl - the default codec
> doesn’t
> >>>> change in every release.  I’ll try to automate extracting the default
> from
> >>>> o.a.l.codecs.Codec#defaultCodec [ =
> >>>> Codec.forName(“Lucene46”)].
> >>>>
> >>>>  Lucene and Solr Javadocs look good.
> >>>>
> >>>>  Steve
> >>>>
> >>>>>
> >>>>>  On Nov 14, 2013, at 4:37 AM, Simon Willnauer
> >>>>> <si...@gmail.com> wrote:
> >>>>>
> >>>>>  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
> >>>>>
> >>>>>  you can download it here:
> >>>>>
> >>>>>
> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
> >>>>>
> >>>>>  or run the smoke tester directly with this commandline (don't forget
> >>>>>  to set JAVA6_HOME etc.):
> >>>>>
> >>>>>  python3.2 -u dev-tools/scripts/smokeTestRelease.py
> >>>>>
> >>>>>
> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
> >>>>>  1541686 4.6.0 /tmp/smoke_test_4_6
> >>>>>
> >>>>>
> >>>>>  I integrated the RC into Elasticsearch and all tests pass:
> >>>>>
> >>>>>
> >>>>>
> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
> >>>>>
> >>>>>  Smoketester said: SUCCESS! [1:15:57.339272]
> >>>>>
> >>>>>  here is my +1
> >>>>>
> >>>>>
> >>>>>  Simon
> >>>>>
> >>>>> ________________________________
> >>>>>
> >>>>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >>>>>  For additional commands, e-mail: dev-help@lucene.apache.org
> >>>
> >>>
> >>>
> >>> ________________________________
> >>>
> >>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >>>  For additional commands, e-mail: dev-help@lucene.apache.org
> >>>
> >>
> >>
> >> ________________________________
> >>
> >> To unsubscribe,
> >> e-mail: dev-unsubscribe@lucene.apache.org
> >> For additional commands, e-mail: dev-help@lucene.apache.org
> >>
> >
> > --
> > Uwe Schindler
> > H.-H.-Meier-Allee 63, 28213 Bremen
> > http://www.thetaphi.de
>
>
>
> --
> Regards,
> Shalin Shekhar Mangar.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
Many congratulations Uwe!

On Fri, Nov 15, 2013 at 1:41 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> The PMC Chair is going to marry tomorrow... Simon has to come here and not
> do new RCs! :)
>
> In any case, thanks for doing the release, Simon. I will do the next!
>
> Uwe
>
>
>
> Simon Willnauer <si...@gmail.com> schrieb:
>>
>> Thanks Steve I won't get to this until next week. I will upload a new RC
>> on monday.
>>
>> Simon
>>
>> Sent from my iPhone
>>
>>>  On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
>>>
>>>  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
>>> trunk, for all the problems I mentioned.
>>>
>>>  The first revision including all these is 1542030.
>>>
>>>  Steve
>>>
>>>>
>>>>  On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
>>>>
>>>>  -1
>>>>
>>>>  Smoke tester passes.
>>>>
>>>>  Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
>>>> section” follows “Detailed Change List”, but should be above it; and one
>>>> change attribution
>>>> didn’t get recognized because it’s missing parens: "Elran Dvir via Erick
>>>> Erickson".  Definitely not worth a respin in either case.
>>>>
>>>>  Lucene Changes look good, except that the “API Changes” section in
>>>> Changes.html is formatted as an item in the “Bug Fixes” section, rather than
>>>> its own section.  I’ll fix.  (The issue is that “API Changes:” in
>>>> CHANGES.txt has a trailing colon - the section name regex should allow this.
>>>> )  This is probably not worth a respin.
>>>>
>>>>  Lucene and Solr Documentation pages look good, except that the "File
>>>> Formats” link from the Lucene Documentation page leads to the 4.5 format
>>>> doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
>>>> LUCENE-5215).  This is respin-worthy.  Updating this is not automated now -
>>>> it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t
>>>> change in every release.  I’ll try to automate extracting the default from
>>>> o.a.l.codecs.Codec#defaultCodec [ =
>>>> Codec.forName(“Lucene46”)].
>>>>
>>>>  Lucene and Solr Javadocs look good.
>>>>
>>>>  Steve
>>>>
>>>>>
>>>>>  On Nov 14, 2013, at 4:37 AM, Simon Willnauer
>>>>> <si...@gmail.com> wrote:
>>>>>
>>>>>  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>>>>>
>>>>>  you can download it here:
>>>>>
>>>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>>>
>>>>>  or run the smoke tester directly with this commandline (don't forget
>>>>>  to set JAVA6_HOME etc.):
>>>>>
>>>>>  python3.2 -u dev-tools/scripts/smokeTestRelease.py
>>>>>
>>>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>>>  1541686 4.6.0 /tmp/smoke_test_4_6
>>>>>
>>>>>
>>>>>  I integrated the RC into Elasticsearch and all tests pass:
>>>>>
>>>>>
>>>>> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>>>>>
>>>>>  Smoketester said: SUCCESS! [1:15:57.339272]
>>>>>
>>>>>  here is my +1
>>>>>
>>>>>
>>>>>  Simon
>>>>>
>>>>> ________________________________
>>>>>
>>>>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>>>  For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>>
>>>
>>> ________________________________
>>>
>>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>  For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>
>>
>> ________________________________
>>
>> To unsubscribe,
>> e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
> --
> Uwe Schindler
> H.-H.-Meier-Allee 63, 28213 Bremen
> http://www.thetaphi.de



-- 
Regards,
Shalin Shekhar Mangar.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by "S. Pohl" <sp...@gmx.net>.
Congratulations, Uwe! Enjoy your great day!

Stefan


On 14 November 2013 21:11, Uwe Schindler <uw...@thetaphi.de> wrote:

> The PMC Chair is going to marry tomorrow... Simon has to come here and not
> do new RCs! :)
>
> In any case, thanks for doing the release, Simon. I will do the next!
>
> Uwe
>
>
>
> Simon Willnauer <si...@gmail.com> schrieb:
>>
>> Thanks Steve I won't get to this until next week. I will upload a new RC on monday.
>>
>> Simon
>>
>> Sent from my iPhone
>>
>>  On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
>>>
>>>  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, for all the problems I mentioned.
>>>
>>>
>>>  The first revision including all these is 1542030.
>>>
>>>  Steve
>>>
>>>
>>>>  On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
>>>>
>>>>  -1
>>>>
>>>>  Smoke tester passes.
>>>>
>>>>  Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” follows “Detailed Change List”, but should be above it; and one change attribution
>>>> didn’t get recognized because it’s missing parens: "Elran Dvir via Erick Erickson".  Definitely not worth a respin in either case.
>>>>
>>>>  Lucene Changes look good, except that the “API Changes” section in Changes.html is formatted as an item in the “Bug Fixes” section, rather than its own section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt has a trailing colon - the section name regex should allow this. )  This is probably not worth a respin.
>>>>
>>>>
>>>>  Lucene and Solr Documentation pages look good, except that the "File Formats” link from the Lucene Documentation page leads to the 4.5 format doc, rather than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215).  This is respin-worthy.  Updating this is not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t change in every release.  I’ll try to automate extracting the default from o.a.l.codecs.Codec#defaultCodec [ =
>>>> Codec.forName(“Lucene46”)].
>>>>
>>>>  Lucene and Solr Javadocs look good.
>>>>
>>>>  Steve
>>>>
>>>>  On Nov 14, 2013, at 4:37 AM, Simon Willnauer <si...@gmail.com> wrote:
>>>>>
>>>>>  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>>>>>
>>>>>
>>>>>  you can download it here:
>>>>>  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>>>
>>>>>
>>>>>  or run the smoke tester directly with this commandline (don't forget
>>>>>  to set JAVA6_HOME etc.):
>>>>>
>>>>>  python3.2 -u dev-tools/scripts/smokeTestRelease.py
>>>>>
>>>>>  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>>>  1541686 4.6.0 /tmp/smoke_test_4_6
>>>>>
>>>>>
>>>>>
>>>>>  I integrated the RC into Elasticsearch and all tests pass:
>>>>>
>>>>>  https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>>>>>
>>>>>
>>>>>  Smoketester said: SUCCESS! [1:15:57.339272]
>>>>>
>>>>>  here is my +1
>>>>>
>>>>>
>>>>>  Simon
>>>>>
>>>>> ------------------------------
>>>>>
>>>>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>>>
>>>>>  For additional commands, e-mail: dev-help@lucene.apache.org
>>>>>
>>>>
>>>
>>> ------------------------------
>>>
>>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>
>>>  For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>>
>> ------------------------------
>>
>> To unsubscribe,
>> e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>
> --
> Uwe Schindler
> H.-H.-Meier-Allee 63, 28213 Bremen
> http://www.thetaphi.de
>

Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Christian Moen <cm...@atilika.com>.
Congratulations, Uwe!  I wish you both all the best.

-Christian

On Nov 15, 2013, at 5:11 AM, Uwe Schindler <uw...@thetaphi.de> wrote:

> The PMC Chair is going to marry tomorrow... Simon has to come here and not do new RCs! :)
> 
> In any case, thanks for doing the release, Simon. I will do the next!
> 
> Uwe
> 
> 
> 
> Simon Willnauer <si...@gmail.com> schrieb:
> Thanks Steve I won't get to this until next week. I will upload a new RC on monday.
> 
> Simon 
> 
> Sent from my iPhone
> 
>  On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
>  
>  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, for all the problems I mentioned.  
>  
>  The first revision including all these is 1542030.
>  
>  Steve
>  
>  On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
>  
>  -1
>  
>  Smoke tester passes.
>  
>  Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” follows “Detailed Change List”, but should be above it; and one change attribution
> didn’t get recognized because it’s missing parens: "Elran Dvir via Erick Erickson".  Definitely not worth a respin in either case.
>  
>  Lucene Changes look good, except that the “API Changes” section in Changes.html is formatted as an item in the “Bug Fixes” section, rather than its own section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt has a trailing colon - the section name regex should allow this. )  This is probably not worth a respin.
>  
>  Lucene and Solr Documentation pages look good, except that the "File Formats” link from the Lucene Documentation page leads to the 4.5 format doc, rather than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215).  This is respin-worthy.  Updating this is not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t change in every release.  I’ll try to automate extracting the default from o.a.l.codecs.Codec#defaultCodec [ =
> Codec.forName(“Lucene46”)].
>  
>  Lucene and Solr Javadocs look good.
>  
>  Steve
>  
>  On Nov 14, 2013, at 4:37 AM, Simon Willnauer <si...@gmail.com> wrote:
>  
>  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>  
>  you can download it here:
>  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>  
>  or run the smoke tester directly with this commandline (don't forget
>  to set JAVA6_HOME etc.):
>  
>  python3.2 -u dev-tools/scripts/smokeTestRelease.py
>  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>  1541686 4.6.0 /tmp/smoke_test_4_6
>  
>  
>  I integrated the RC into Elasticsearch and all tests pass:
>  
>  https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>  
>  Smoketester said: SUCCESS! [1:15:57.339272]
>  
>  here is my +1
>  
>  
>  Simon
>  
> 
>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>  For additional commands, e-mail: dev-help@lucene.apache.org
>  
>  
> 
>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>  For additional commands, e-mail: dev-help@lucene.apache.org
>  
> 
> 
> To unsubscribe,
> e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 
> 
> --
> Uwe Schindler
> H.-H.-Meier-Allee 63, 28213 Bremen
> http://www.thetaphi.de


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Erick Erickson <er...@gmail.com>.
Great news Uwe! Congrats!

Erick


On Thu, Nov 14, 2013 at 4:07 PM, Yonik Seeley <yo...@heliosearch.com> wrote:

> On Thu, Nov 14, 2013 at 3:11 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> > The PMC Chair is going to marry tomorrow...
>
> Congrats Uwe!
>
> -Yonik
> http://heliosearch.com -- making solr shine
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Yonik Seeley <yo...@heliosearch.com>.
On Thu, Nov 14, 2013 at 3:11 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> The PMC Chair is going to marry tomorrow...

Congrats Uwe!

-Yonik
http://heliosearch.com -- making solr shine

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Jan Høydahl <ja...@cominvent.com>.
Congrats, Uwe!
+1 to marriage, nice thread hijacking :)

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com

14. nov. 2013 kl. 21:11 skrev Uwe Schindler <uw...@thetaphi.de>:

> The PMC Chair is going to marry tomorrow... Simon has to come here and not do new RCs! :)
> 
> In any case, thanks for doing the release, Simon. I will do the next!
> 
> Uwe
> 
> 
> 
> Simon Willnauer <si...@gmail.com> schrieb:
> Thanks Steve I won't get to this until next week. I will upload a new RC on monday.
> 
> Simon 
> 
> Sent from my iPhone
> 
>  On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
>  
>  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, for all the problems I mentioned.  
>  
>  The first revision including all these is 1542030.
>  
>  Steve
>  
>  On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
>  
>  -1
>  
>  Smoke tester passes.
>  
>  Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” follows “Detailed Change List”, but should be above it; and one change attribution
> didn’t get recognized because it’s missing parens: "Elran Dvir via Erick Erickson".  Definitely not worth a respin in either case.
>  
>  Lucene Changes look good, except that the “API Changes” section in Changes.html is formatted as an item in the “Bug Fixes” section, rather than its own section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt has a trailing colon - the section name regex should allow this. )  This is probably not worth a respin.
>  
>  Lucene and Solr Documentation pages look good, except that the "File Formats” link from the Lucene Documentation page leads to the 4.5 format doc, rather than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215).  This is respin-worthy.  Updating this is not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t change in every release.  I’ll try to automate extracting the default from o.a.l.codecs.Codec#defaultCodec [ =
> Codec.forName(“Lucene46”)].
>  
>  Lucene and Solr Javadocs look good.
>  
>  Steve
>  
>  On Nov 14, 2013, at 4:37 AM, Simon Willnauer <si...@gmail.com> wrote:
>  
>  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>  
>  you can download it here:
>  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>  
>  or run the smoke tester directly with this commandline (don't forget
>  to set JAVA6_HOME etc.):
>  
>  python3.2 -u dev-tools/scripts/smokeTestRelease.py
>  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>  1541686 4.6.0 /tmp/smoke_test_4_6
>  
>  
>  I integrated the RC into Elasticsearch and all tests pass:
>  
>  https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>  
>  Smoketester said: SUCCESS! [1:15:57.339272]
>  
>  here is my +1
>  
>  
>  Simon
>  
> 
>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>  For additional commands, e-mail: dev-help@lucene.apache.org
>  
>  
> 
>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>  For additional commands, e-mail: dev-help@lucene.apache.org
>  
> 
> 
> To unsubscribe,
> e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 
> 
> --
> Uwe Schindler
> H.-H.-Meier-Allee 63, 28213 Bremen
> http://www.thetaphi.de


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Michael McCandless <lu...@mikemccandless.com>.
On Thu, Nov 14, 2013 at 3:11 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> The PMC Chair is going to marry tomorrow... Simon has to come here and not
> do new RCs! :)

Congratulations on tying the knot, Uwe!!

Mike McCandless

http://blog.mikemccandless.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Han Jiang <ha...@apache.org>.
Wow, congratulations Uwe!


On Fri, Nov 15, 2013 at 4:11 AM, Uwe Schindler <uw...@thetaphi.de> wrote:

> The PMC Chair is going to marry tomorrow... Simon has to come here and not
> do new RCs! :)
>
> In any case, thanks for doing the release, Simon. I will do the next!
>
> Uwe
>
>
>
> Simon Willnauer <si...@gmail.com> schrieb:
>>
>> Thanks Steve I won't get to this until next week. I will upload a new RC on monday.
>>
>> Simon
>>
>> Sent from my iPhone
>>
>>  On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
>>>
>>>  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, for all the problems I mentioned.
>>>
>>>
>>>  The first revision including all these is 1542030.
>>>
>>>  Steve
>>>
>>>
>>>>  On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
>>>>
>>>>  -1
>>>>
>>>>  Smoke tester passes.
>>>>
>>>>  Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” follows “Detailed Change List”, but should be above it; and one change attribution
>>>> didn’t get recognized because it’s missing parens: "Elran Dvir via Erick Erickson".  Definitely not worth a respin in either case.
>>>>
>>>>  Lucene Changes look good, except that the “API Changes” section in Changes.html is formatted as an item in the “Bug Fixes” section, rather than its own section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt has a trailing colon - the section name regex should allow this. )  This is probably not worth a respin.
>>>>
>>>>
>>>>  Lucene and Solr Documentation pages look good, except that the "File Formats” link from the Lucene Documentation page leads to the 4.5 format doc, rather than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215).  This is respin-worthy.  Updating this is not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t change in every release.  I’ll try to automate extracting the default from o.a.l.codecs.Codec#defaultCodec [ =
>>>> Codec.forName(“Lucene46”)].
>>>>
>>>>  Lucene and Solr Javadocs look good.
>>>>
>>>>  Steve
>>>>
>>>>  On Nov 14, 2013, at 4:37 AM, Simon Willnauer <si...@gmail.com> wrote:
>>>>>
>>>>>  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>>>>>
>>>>>
>>>>>  you can download it here:
>>>>>  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>>>
>>>>>
>>>>>  or run the smoke tester directly with this commandline (don't forget
>>>>>  to set JAVA6_HOME etc.):
>>>>>
>>>>>  python3.2 -u dev-tools/scripts/smokeTestRelease.py
>>>>>
>>>>>  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>>>  1541686 4.6.0 /tmp/smoke_test_4_6
>>>>>
>>>>>
>>>>>
>>>>>  I integrated the RC into Elasticsearch and all tests pass:
>>>>>
>>>>>  https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>>>>>
>>>>>
>>>>>  Smoketester said: SUCCESS! [1:15:57.339272]
>>>>>
>>>>>  here is my +1
>>>>>
>>>>>
>>>>>  Simon
>>>>>
>>>>> ------------------------------
>>>>>
>>>>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>>>
>>>>>  For additional commands, e-mail: dev-help@lucene.apache.org
>>>>>
>>>>
>>>
>>> ------------------------------
>>>
>>>  To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>
>>>  For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>>
>> ------------------------------
>>
>> To unsubscribe,
>> e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>
> --
> Uwe Schindler
> H.-H.-Meier-Allee 63, 28213 Bremen
> http://www.thetaphi.de
>



-- 
Han Jiang

Team of Search Engine and Web Mining,
School of Electronic Engineering and Computer Science,
Peking University, China

Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Ryan McKinley <ry...@gmail.com>.
Congratulations Uwe!


On Thu, Nov 14, 2013 at 1:01 PM, Mark Miller <ma...@gmail.com> wrote:

>
> On Nov 14, 2013, at 3:11 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>
> The PMC Chair is going to marry tomorrow... Simon has to come here and not
> do new RCs! :)
>
>
> +1 :)
>
> - Mark
>

Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Mark Miller <ma...@gmail.com>.
On Nov 14, 2013, at 3:11 PM, Uwe Schindler <uw...@thetaphi.de> wrote:

> The PMC Chair is going to marry tomorrow... Simon has to come here and not do new RCs! :)

+1 :)

- Mark

Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Uwe Schindler <uw...@thetaphi.de>.
The PMC Chair is going to marry tomorrow... Simon has to come here and not do new RCs! :)

In any case, thanks for doing the release, Simon. I will do the next!

Uwe



Simon Willnauer <si...@gmail.com> schrieb:
>Thanks Steve I won't get to this until next week. I will upload a new
>RC on monday.
>
>Simon 
>
>Sent from my iPhone
>
>> On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
>> 
>> I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
>trunk, for all the problems I mentioned.  
>> 
>> The first revision including all these is 1542030.
>> 
>> Steve
>> 
>>> On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
>>> 
>>> -1
>>> 
>>> Smoke tester passes.
>>> 
>>> Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
>section” follows “Detailed Change List”, but should be above it; and
>one change attribution didn’t get recognized because it’s missing
>parens: "Elran Dvir via Erick Erickson".  Definitely not worth a respin
>in either case.
>>> 
>>> Lucene Changes look good, except that the “API Changes” section in
>Changes.html is formatted as an item in the “Bug Fixes” section, rather
>than its own section.  I’ll fix.  (The issue is that “API Changes:” in
>CHANGES.txt has a trailing colon - the section name regex should allow
>this.)  This is probably not worth a respin.
>>> 
>>> Lucene and Solr Documentation pages look good, except that the "File
>Formats” link from the Lucene Documentation page leads to the 4.5
>format doc, rather than the 4.6 format doc (Lucene46Codec was
>introduced by LUCENE-5215).  This is respin-worthy.  Updating this is
>not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the
>default codec doesn’t change in every release.  I’ll try to automate
>extracting the default from o.a.l.codecs.Codec#defaultCodec [ =
>Codec.forName(“Lucene46”)].
>>> 
>>> Lucene and Solr Javadocs look good.
>>> 
>>> Steve
>>> 
>>>> On Nov 14, 2013, at 4:37 AM, Simon Willnauer
><si...@gmail.com> wrote:
>>>> 
>>>> Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>>>> 
>>>> you can download it here:
>>>>
>http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>> 
>>>> or run the smoke tester directly with this commandline (don't
>forget
>>>> to set JAVA6_HOME etc.):
>>>> 
>>>> python3.2 -u dev-tools/scripts/smokeTestRelease.py
>>>>
>http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>> 1541686 4.6.0 /tmp/smoke_test_4_6
>>>> 
>>>> 
>>>> I integrated the RC into Elasticsearch and all tests pass:
>>>> 
>>>>
>https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>>>> 
>>>> Smoketester said: SUCCESS! [1:15:57.339272]
>>>> 
>>>> here is my +1
>>>> 
>>>> 
>>>> Simon
>>>> 
>>>>
>---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>> 
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>For additional commands, e-mail: dev-help@lucene.apache.org

--
Uwe Schindler
H.-H.-Meier-Allee 63, 28213 Bremen
http://www.thetaphi.de

Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Simon Willnauer <si...@gmail.com>.
Thanks Steve I won't get to this until next week. I will upload a new RC on monday.

Simon 

Sent from my iPhone

> On 14 Nov 2013, at 20:20, Steve Rowe <sa...@gmail.com> wrote:
> 
> I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, for all the problems I mentioned.  
> 
> The first revision including all these is 1542030.
> 
> Steve
> 
>> On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:
>> 
>> -1
>> 
>> Smoke tester passes.
>> 
>> Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” follows “Detailed Change List”, but should be above it; and one change attribution didn’t get recognized because it’s missing parens: "Elran Dvir via Erick Erickson".  Definitely not worth a respin in either case.
>> 
>> Lucene Changes look good, except that the “API Changes” section in Changes.html is formatted as an item in the “Bug Fixes” section, rather than its own section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt has a trailing colon - the section name regex should allow this.)  This is probably not worth a respin.
>> 
>> Lucene and Solr Documentation pages look good, except that the "File Formats” link from the Lucene Documentation page leads to the 4.5 format doc, rather than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215).  This is respin-worthy.  Updating this is not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t change in every release.  I’ll try to automate extracting the default from o.a.l.codecs.Codec#defaultCodec [ = Codec.forName(“Lucene46”)].
>> 
>> Lucene and Solr Javadocs look good.
>> 
>> Steve
>> 
>>> On Nov 14, 2013, at 4:37 AM, Simon Willnauer <si...@gmail.com> wrote:
>>> 
>>> Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>>> 
>>> you can download it here:
>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>> 
>>> or run the smoke tester directly with this commandline (don't forget
>>> to set JAVA6_HOME etc.):
>>> 
>>> python3.2 -u dev-tools/scripts/smokeTestRelease.py
>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>> 1541686 4.6.0 /tmp/smoke_test_4_6
>>> 
>>> 
>>> I integrated the RC into Elasticsearch and all tests pass:
>>> 
>>> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>>> 
>>> Smoketester said: SUCCESS! [1:15:57.339272]
>>> 
>>> here is my +1
>>> 
>>> 
>>> Simon
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Steve Rowe <sa...@gmail.com>.
I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, for all the problems I mentioned.  

The first revision including all these is 1542030.

Steve

On Nov 14, 2013, at 1:16 PM, Steve Rowe <sa...@gmail.com> wrote:

> -1
> 
> Smoke tester passes.
> 
> Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” follows “Detailed Change List”, but should be above it; and one change attribution didn’t get recognized because it’s missing parens: "Elran Dvir via Erick Erickson".  Definitely not worth a respin in either case.
> 
> Lucene Changes look good, except that the “API Changes” section in Changes.html is formatted as an item in the “Bug Fixes” section, rather than its own section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt has a trailing colon - the section name regex should allow this.)  This is probably not worth a respin.
> 
> Lucene and Solr Documentation pages look good, except that the "File Formats” link from the Lucene Documentation page leads to the 4.5 format doc, rather than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215).  This is respin-worthy.  Updating this is not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t change in every release.  I’ll try to automate extracting the default from o.a.l.codecs.Codec#defaultCodec [ = Codec.forName(“Lucene46”)].
> 
> Lucene and Solr Javadocs look good.
> 
> Steve
> 
> On Nov 14, 2013, at 4:37 AM, Simon Willnauer <si...@gmail.com> wrote:
> 
>> Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>> 
>> you can download it here:
>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>> 
>> or run the smoke tester directly with this commandline (don't forget
>> to set JAVA6_HOME etc.):
>> 
>> python3.2 -u dev-tools/scripts/smokeTestRelease.py
>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>> 1541686 4.6.0 /tmp/smoke_test_4_6
>> 
>> 
>> I integrated the RC into Elasticsearch and all tests pass:
>> 
>> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>> 
>> Smoketester said: SUCCESS! [1:15:57.339272]
>> 
>> here is my +1
>> 
>> 
>> Simon
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Steve Rowe <sa...@gmail.com>.
-1

Smoke tester passes.

Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” follows “Detailed Change List”, but should be above it; and one change attribution didn’t get recognized because it’s missing parens: "Elran Dvir via Erick Erickson".  Definitely not worth a respin in either case.

Lucene Changes look good, except that the “API Changes” section in Changes.html is formatted as an item in the “Bug Fixes” section, rather than its own section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt has a trailing colon - the section name regex should allow this.)  This is probably not worth a respin.

Lucene and Solr Documentation pages look good, except that the "File Formats” link from the Lucene Documentation page leads to the 4.5 format doc, rather than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215).  This is respin-worthy.  Updating this is not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t change in every release.  I’ll try to automate extracting the default from o.a.l.codecs.Codec#defaultCodec [ = Codec.forName(“Lucene46”)].

Lucene and Solr Javadocs look good.

Steve

On Nov 14, 2013, at 4:37 AM, Simon Willnauer <si...@gmail.com> wrote:

> Please vote for the first Release Candidate for Lucene/Solr 4.6.0
> 
> you can download it here:
> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
> 
> or run the smoke tester directly with this commandline (don't forget
> to set JAVA6_HOME etc.):
> 
> python3.2 -u dev-tools/scripts/smokeTestRelease.py
> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
> 1541686 4.6.0 /tmp/smoke_test_4_6
> 
> 
> I integrated the RC into Elasticsearch and all tests pass:
> 
> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
> 
> Smoketester said: SUCCESS! [1:15:57.339272]
> 
> here is my +1
> 
> 
> Simon
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Adrien Grand <jp...@gmail.com>.
+1 from my side as well. Release candidate looks good and smoke tester
was happy.

On Thu, Nov 14, 2013 at 4:17 PM, Martijn v Groningen
<ma...@gmail.com> wrote:
> +1! The smoker test succeeded.
>
>
> On 14 November 2013 15:09, Tommaso Teofili <to...@gmail.com>
> wrote:
>>
>> +1
>>
>> >> SUCCESS! [2:50:09.253204] (!!!!)
>>
>> however we have the usual
>>
>> >> ***WARNING***: javadocs want to fail!
>>
>> for Solr (which IMHO we should fix)
>>
>> Regards,
>> Tommaso
>>
>>
>>
>> 2013/11/14 Shai Erera <se...@gmail.com>
>>>
>>> Smoke tester passes for me. +1!
>>>
>>> Shai
>>>
>>>
>>> On Thu, Nov 14, 2013 at 11:37 AM, Simon Willnauer
>>> <si...@gmail.com> wrote:
>>>>
>>>> Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>>>>
>>>> you can download it here:
>>>>
>>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>>
>>>> or run the smoke tester directly with this commandline (don't forget
>>>> to set JAVA6_HOME etc.):
>>>>
>>>> python3.2 -u dev-tools/scripts/smokeTestRelease.py
>>>>
>>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>> 1541686 4.6.0 /tmp/smoke_test_4_6
>>>>
>>>>
>>>> I integrated the RC into Elasticsearch and all tests pass:
>>>>
>>>>
>>>> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>>>>
>>>> Smoketester said: SUCCESS! [1:15:57.339272]
>>>>
>>>> here is my +1
>>>>
>>>>
>>>> Simon
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>>
>>>
>>
>
>
>
> --
> Met vriendelijke groet,
>
> Martijn van Groningen



-- 
Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Martijn v Groningen <ma...@gmail.com>.
+1! The smoker test succeeded.


On 14 November 2013 15:09, Tommaso Teofili <to...@gmail.com>wrote:

> +1
>
> >> SUCCESS! [2:50:09.253204] (!!!!)
>
> however we have the usual
>
> >> ***WARNING***: javadocs want to fail!
>
> for Solr (which IMHO we should fix)
>
> Regards,
> Tommaso
>
>
>
> 2013/11/14 Shai Erera <se...@gmail.com>
>
>> Smoke tester passes for me. +1!
>>
>> Shai
>>
>>
>> On Thu, Nov 14, 2013 at 11:37 AM, Simon Willnauer <
>> simon.willnauer@gmail.com> wrote:
>>
>>> Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>>>
>>> you can download it here:
>>>
>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>>
>>> or run the smoke tester directly with this commandline (don't forget
>>> to set JAVA6_HOME etc.):
>>>
>>> python3.2 -u dev-tools/scripts/smokeTestRelease.py
>>>
>>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>> 1541686 4.6.0 /tmp/smoke_test_4_6
>>>
>>>
>>> I integrated the RC into Elasticsearch and all tests pass:
>>>
>>>
>>> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>>>
>>> Smoketester said: SUCCESS! [1:15:57.339272]
>>>
>>> here is my +1
>>>
>>>
>>> Simon
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>>
>>
>


-- 
Met vriendelijke groet,

Martijn van Groningen

Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Tommaso Teofili <to...@gmail.com>.
+1

>> SUCCESS! [2:50:09.253204] (!!!!)

however we have the usual

>> ***WARNING***: javadocs want to fail!

for Solr (which IMHO we should fix)

Regards,
Tommaso



2013/11/14 Shai Erera <se...@gmail.com>

> Smoke tester passes for me. +1!
>
> Shai
>
>
> On Thu, Nov 14, 2013 at 11:37 AM, Simon Willnauer <
> simon.willnauer@gmail.com> wrote:
>
>> Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>>
>> you can download it here:
>>
>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>>
>> or run the smoke tester directly with this commandline (don't forget
>> to set JAVA6_HOME etc.):
>>
>> python3.2 -u dev-tools/scripts/smokeTestRelease.py
>>
>> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>> 1541686 4.6.0 /tmp/smoke_test_4_6
>>
>>
>> I integrated the RC into Elasticsearch and all tests pass:
>>
>>
>> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>>
>> Smoketester said: SUCCESS! [1:15:57.339272]
>>
>> here is my +1
>>
>>
>> Simon
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>
>

Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Shai Erera <se...@gmail.com>.
Smoke tester passes for me. +1!

Shai


On Thu, Nov 14, 2013 at 11:37 AM, Simon Willnauer <simon.willnauer@gmail.com
> wrote:

> Please vote for the first Release Candidate for Lucene/Solr 4.6.0
>
> you can download it here:
>
> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
>
> or run the smoke tester directly with this commandline (don't forget
> to set JAVA6_HOME etc.):
>
> python3.2 -u dev-tools/scripts/smokeTestRelease.py
>
> http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
> 1541686 4.6.0 /tmp/smoke_test_4_6
>
>
> I integrated the RC into Elasticsearch and all tests pass:
>
>
> https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
>
> Smoketester said: SUCCESS! [1:15:57.339272]
>
> here is my +1
>
>
> Simon
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

Re: [VOTE] Lucene / Solr 4.6.0"

Posted by Chris Hostetter <ho...@fucit.org>.
FWIW: Something is wonky with the LUCENE-5283 changes (which are on 
branch_4_6) making it impossible to run a single test from the top level 
directory.

we should probably give dawid a chance to try and figure out the 
problem before respining as well.

https://issues.apache.org/jira/browse/LUCENE-5283?focusedCommentId=13823212&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13823212

-Hoss

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org