You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Steve Rowe <sa...@gmail.com> on 2013/07/16 08:32:08 UTC

[VOTE] Release 4.4

Please vote to release Lucene and Solr 4.4, built off revision 1503555 of  <https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4>.

RC0 artifacts are available at:

http://people.apache.org/~sarowe/staging_area/lucene-solr-4.4.0-RC0-rev1503555

The smoke tester passes for me.

Here's my +1.

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


Re: [VOTE] Release 4.4

Posted by Michael McCandless <lu...@mikemccandless.com>.
+1

I upgraded http://jirasearch.mikemccandless.com to 4.4.0 and all looks good.

And smoke tester is happy on Linux.

Mike McCandless

http://blog.mikemccandless.com


On Tue, Jul 16, 2013 at 2:32 AM, Steve Rowe <sa...@gmail.com> wrote:
> Please vote to release Lucene and Solr 4.4, built off revision 1503555 of  <https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4>.
>
> RC0 artifacts are available at:
>
> http://people.apache.org/~sarowe/staging_area/lucene-solr-4.4.0-RC0-rev1503555
>
> The smoke tester passes for me.
>
> Here's my +1.
>
> Steve
> ---------------------------------------------------------------------
> 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] Release 4.4

Posted by Martijn v Groningen <ma...@gmail.com>.
+1 Smoker ran successful


On 16 July 2013 17:36, Shalin Shekhar Mangar <sh...@gmail.com> wrote:

> +1
>
> Smoke tester is happy on mac.
>
>
> On Tue, Jul 16, 2013 at 12:02 PM, Steve Rowe <sa...@gmail.com> wrote:
>
>> Please vote to release Lucene and Solr 4.4, built off revision 1503555 of
>>  <https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4>.
>>
>> RC0 artifacts are available at:
>>
>>
>> http://people.apache.org/~sarowe/staging_area/lucene-solr-4.4.0-RC0-rev1503555
>>
>> The smoke tester passes for me.
>>
>> Here's my +1.
>>
>> Steve
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>
>
>
> --
> Regards,
> Shalin Shekhar Mangar.
>



-- 
Met vriendelijke groet,

Martijn van Groningen

Re: [VOTE] Release 4.4

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
+1

Smoke tester is happy on mac.


On Tue, Jul 16, 2013 at 12:02 PM, Steve Rowe <sa...@gmail.com> wrote:

> Please vote to release Lucene and Solr 4.4, built off revision 1503555 of
>  <https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4>.
>
> RC0 artifacts are available at:
>
>
> http://people.apache.org/~sarowe/staging_area/lucene-solr-4.4.0-RC0-rev1503555
>
> The smoke tester passes for me.
>
> Here's my +1.
>
> Steve
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>


-- 
Regards,
Shalin Shekhar Mangar.

Re: [VOTE] Release 4.4

Posted by Michael McCandless <lu...@mikemccandless.com>.
On Tue, Jul 16, 2013 at 9:44 AM, Simon Willnauer
<si...@gmail.com> wrote:
> The only thing that was
> tricky was a custom deletion policy that now receives an empty commits list
> in DeletionPolicy#onInit(List<Commit> commits); due to some changes how we
> handle empty indices (the create case) it seems pretty expert but it might
> be worth documenting it on the javadoc level that we also pass empty lists
> here.

I'll update IDP's javadocs.

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] Release 4.4

Posted by Simon Willnauer <si...@gmail.com>.
I upgraded Elasticsearch to 4.4 all tests pass. The only thing that was
tricky was a custom deletion policy that now receives an empty commits list
in DeletionPolicy#onInit(List<Commit> commits); due to some changes how we
handle empty indices (the create case) it seems pretty expert but it might
be worth documenting it on the javadoc level that we also pass empty lists
here.

This should not block the release.

+1 from my side


On Tue, Jul 16, 2013 at 11:19 AM, Adrien Grand <jp...@gmail.com> wrote:

> +1 Artifacts look good and smoke tester was happy.
>
> --
> Adrien
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

Re: [VOTE] Release 4.4

Posted by Adrien Grand <jp...@gmail.com>.
+1 Artifacts look good and smoke tester was happy.

--
Adrien

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


Re: [VOTE] Release 4.4

Posted by Steve Rowe <sa...@gmail.com>.
Thanks Jack, I'll re-spinn and call a new vote shortly. - Steve

On Jul 18, 2013, at 1:06 AM, Jack Krupansky <ja...@basetechnology.com> wrote:

> -1
> 
> In the Solr example solrconfig.xml:
> 
>   <luceneMatchVersion>LUCENE_43</luceneMatchVersion>
> 
> That should be:
> 
>   <luceneMatchVersion>LUCENE_44</luceneMatchVersion>
> 
> Otherwise the 4.4 changes to the EdgeNGramTokenizer/Filter are disabled in the Solr example config.
> 
> See:
> 
> https://issues.apache.org/jira/browse/LUCENE-3907
> (Eliminated side="back").
> 
> -- Jack Krupansky
> 
> -----Original Message----- From: Steve Rowe
> Sent: Tuesday, July 16, 2013 2:32 AM
> To: dev@lucene.apache.org
> Subject: [VOTE] Release 4.4
> 
> Please vote to release Lucene and Solr 4.4, built off revision 1503555 of <https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4>.
> 
> RC0 artifacts are available at:
> 
> http://people.apache.org/~sarowe/staging_area/lucene-solr-4.4.0-RC0-rev1503555
> 
> The smoke tester passes for me.
> 
> Here's my +1.
> 
> Steve
> ---------------------------------------------------------------------
> 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] Release 4.4

Posted by Simon Willnauer <si...@gmail.com>.
hoss mentioned on IRC that steve will re-spin later in his night I will
backport the fix for LUCENE-5120 to the release branch.

simon


On Thu, Jul 18, 2013 at 11:30 PM, Simon Willnauer <simon.willnauer@gmail.com
> wrote:

> if we re-spin we might want to take LUCENE-5120 into account as well?
>
> simon
>
>
> On Thu, Jul 18, 2013 at 3:27 PM, Mark Miller <ma...@gmail.com>wrote:
>
>> Bah. You are right. We should respin for this.
>>
>> I'll update it.
>>
>> - Mark
>>
>> On Jul 18, 2013, at 1:06 AM, Jack Krupansky <ja...@basetechnology.com>
>> wrote:
>>
>> > -1
>> >
>> > In the Solr example solrconfig.xml:
>> >
>> >   <luceneMatchVersion>LUCENE_43</luceneMatchVersion>
>> >
>> > That should be:
>> >
>> >   <luceneMatchVersion>LUCENE_44</luceneMatchVersion>
>> >
>> > Otherwise the 4.4 changes to the EdgeNGramTokenizer/Filter are disabled
>> in the Solr example config.
>> >
>> > See:
>> >
>> > https://issues.apache.org/jira/browse/LUCENE-3907
>> > (Eliminated side="back").
>> >
>> > -- Jack Krupansky
>> >
>> > -----Original Message----- From: Steve Rowe
>> > Sent: Tuesday, July 16, 2013 2:32 AM
>> > To: dev@lucene.apache.org
>> > Subject: [VOTE] Release 4.4
>> >
>> > Please vote to release Lucene and Solr 4.4, built off revision 1503555
>> of <https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4
>> >.
>> >
>> > RC0 artifacts are available at:
>> >
>> >
>> http://people.apache.org/~sarowe/staging_area/lucene-solr-4.4.0-RC0-rev1503555
>> >
>> > The smoke tester passes for me.
>> >
>> > Here's my +1.
>> >
>> > Steve
>> > ---------------------------------------------------------------------
>> > 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] Release 4.4

Posted by Simon Willnauer <si...@gmail.com>.
if we re-spin we might want to take LUCENE-5120 into account as well?

simon


On Thu, Jul 18, 2013 at 3:27 PM, Mark Miller <ma...@gmail.com> wrote:

> Bah. You are right. We should respin for this.
>
> I'll update it.
>
> - Mark
>
> On Jul 18, 2013, at 1:06 AM, Jack Krupansky <ja...@basetechnology.com>
> wrote:
>
> > -1
> >
> > In the Solr example solrconfig.xml:
> >
> >   <luceneMatchVersion>LUCENE_43</luceneMatchVersion>
> >
> > That should be:
> >
> >   <luceneMatchVersion>LUCENE_44</luceneMatchVersion>
> >
> > Otherwise the 4.4 changes to the EdgeNGramTokenizer/Filter are disabled
> in the Solr example config.
> >
> > See:
> >
> > https://issues.apache.org/jira/browse/LUCENE-3907
> > (Eliminated side="back").
> >
> > -- Jack Krupansky
> >
> > -----Original Message----- From: Steve Rowe
> > Sent: Tuesday, July 16, 2013 2:32 AM
> > To: dev@lucene.apache.org
> > Subject: [VOTE] Release 4.4
> >
> > Please vote to release Lucene and Solr 4.4, built off revision 1503555
> of <https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4>.
> >
> > RC0 artifacts are available at:
> >
> >
> http://people.apache.org/~sarowe/staging_area/lucene-solr-4.4.0-RC0-rev1503555
> >
> > The smoke tester passes for me.
> >
> > Here's my +1.
> >
> > Steve
> > ---------------------------------------------------------------------
> > 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] Release 4.4

Posted by Mark Miller <ma...@gmail.com>.
Bah. You are right. We should respin for this.

I'll update it.

- Mark

On Jul 18, 2013, at 1:06 AM, Jack Krupansky <ja...@basetechnology.com> wrote:

> -1
> 
> In the Solr example solrconfig.xml:
> 
>   <luceneMatchVersion>LUCENE_43</luceneMatchVersion>
> 
> That should be:
> 
>   <luceneMatchVersion>LUCENE_44</luceneMatchVersion>
> 
> Otherwise the 4.4 changes to the EdgeNGramTokenizer/Filter are disabled in the Solr example config.
> 
> See:
> 
> https://issues.apache.org/jira/browse/LUCENE-3907
> (Eliminated side="back").
> 
> -- Jack Krupansky
> 
> -----Original Message----- From: Steve Rowe
> Sent: Tuesday, July 16, 2013 2:32 AM
> To: dev@lucene.apache.org
> Subject: [VOTE] Release 4.4
> 
> Please vote to release Lucene and Solr 4.4, built off revision 1503555 of <https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4>.
> 
> RC0 artifacts are available at:
> 
> http://people.apache.org/~sarowe/staging_area/lucene-solr-4.4.0-RC0-rev1503555
> 
> The smoke tester passes for me.
> 
> Here's my +1.
> 
> Steve
> ---------------------------------------------------------------------
> 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] Release 4.4

Posted by Jack Krupansky <ja...@basetechnology.com>.
-1

In the Solr example solrconfig.xml:

    <luceneMatchVersion>LUCENE_43</luceneMatchVersion>

That should be:

    <luceneMatchVersion>LUCENE_44</luceneMatchVersion>

Otherwise the 4.4 changes to the EdgeNGramTokenizer/Filter are disabled in 
the Solr example config.

See:

https://issues.apache.org/jira/browse/LUCENE-3907
(Eliminated side="back").

-- Jack Krupansky

-----Original Message----- 
From: Steve Rowe
Sent: Tuesday, July 16, 2013 2:32 AM
To: dev@lucene.apache.org
Subject: [VOTE] Release 4.4

Please vote to release Lucene and Solr 4.4, built off revision 1503555 of 
<https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4>.

RC0 artifacts are available at:

http://people.apache.org/~sarowe/staging_area/lucene-solr-4.4.0-RC0-rev1503555

The smoke tester passes for me.

Here's my +1.

Steve
---------------------------------------------------------------------
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] Release 4.4

Posted by Koji Sekiguchi <ko...@r.email.ne.jp>.
(13/07/16 15:32), Steve Rowe wrote:
> Please vote to release Lucene and Solr 4.4, built off revision 1503555 of  <https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4>.
>
> RC0 artifacts are available at:
>
> http://people.apache.org/~sarowe/staging_area/lucene-solr-4.4.0-RC0-rev1503555

nlp4l (Natural Language Processing for Lucene) works fine on 4.4.
Terms extraction, synonyms extraction from Lucene 4.4 index work without any problems.

+1

koji
-- 
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] Release 4.4

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

Shai


On Tue, Jul 16, 2013 at 9:32 AM, Steve Rowe <sa...@gmail.com> wrote:

> Please vote to release Lucene and Solr 4.4, built off revision 1503555 of
>  <https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4>.
>
> RC0 artifacts are available at:
>
>
> http://people.apache.org/~sarowe/staging_area/lucene-solr-4.4.0-RC0-rev1503555
>
> The smoke tester passes for me.
>
> Here's my +1.
>
> Steve
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>