You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by Andi Vajda <va...@apache.org> on 2014/04/15 22:19:59 UTC

[VOTE] Release PyLucene 4.7.2-1

The PyLucene 4.7.2-1 release tracking today's release of Apache Lucene 4.7.2 
is ready.

A release candidate is available from:
http://people.apache.org/~vajda/staging_area/

A list of changes in this release can be seen at:
http://svn.apache.org/repos/asf/lucene/pylucene/branches/pylucene_4_7/CHANGES

PyLucene 4.7.2 is built with JCC 2.19 included in these release artifacts:
http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES

A list of Lucene Java changes can be seen at:
http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_7_2/lucene/CHANGES.txt

Please vote to release these artifacts as PyLucene 4.7.2-1.

Thanks !

Andi..

ps: the KEYS file for PyLucene release signing is at:
http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS
http://people.apache.org/~vajda/staging_area/KEYS

pps: here is my +1

Re: [VOTE] Release PyLucene 4.7.2-1

Posted by Andi Vajda <va...@apache.org>.
This vote has passed !
Thank you to all, PMC or not PMC, who cast a vote.

Andi..

On Tue, 15 Apr 2014, Andi Vajda wrote:

>
> The PyLucene 4.7.2-1 release tracking today's release of Apache Lucene 4.7.2 
> is ready.
>
> A release candidate is available from:
> http://people.apache.org/~vajda/staging_area/
>
> A list of changes in this release can be seen at:
> http://svn.apache.org/repos/asf/lucene/pylucene/branches/pylucene_4_7/CHANGES
>
> PyLucene 4.7.2 is built with JCC 2.19 included in these release artifacts:
> http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES
>
> A list of Lucene Java changes can be seen at:
> http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_7_2/lucene/CHANGES.txt
>
> Please vote to release these artifacts as PyLucene 4.7.2-1.
>
> Thanks !
>
> Andi..
>
> ps: the KEYS file for PyLucene release signing is at:
> http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS
> http://people.apache.org/~vajda/staging_area/KEYS
>
> pps: here is my +1
>

Re: [VOTE] Release PyLucene 4.7.2-1

Posted by Andi Vajda <va...@apache.org>.
> On Apr 16, 2014, at 22:54, Thomas Koch <ko...@orbiteam.de> wrote:
> 
> Hi ,
> I was able to build PyLucene 4.7.2-1 (incl. JCC 2.19) from source on MacOS-X and „make test“ passes without failures.
> also tested the samples IndexFiles.py and SearchFiles.py
> 
> but the  FacetExample.py unfortunately fails now:
> 
> samples$ python FacetExample.py 
> Traceback (most recent call last):
>  File "FacetExample.py", line 51, in <module>
>    from org.apache.lucene.facet.index import FacetFields
> ImportError: No module named index
> 
> I’ve noticed (http://lucene.apache.org/core/4_7_2/facet/index.html) that both 
>      org.apache.lucene.facet.index
> and  org.apache.lucene.facet.params
> are gone and the facet API has changed (probably since 4.5.x) a lot.
> So the FaceExample simply no longer works and needs to be removed or updated.
> 
> I can have a look at that though I must admit that we're still using PyLucene 3.6 in production and haven't 'migrated' to 4.x yet.
> Don’t think this is really a blocker for the release, just wanted to let you know. 

Ah yes, facet api keeps changing. Well, if I respin a release candidate, I'll remove it (from the release) unless you come up with a fix by then. No rush.

Andi..

> 
> 
> regards,
> Thomas
> --
> OrbiTeam Software GmbH & Co. KG
> www.orbiteam.de
> 
>> Am 15.04.2014 um 22:19 schrieb Andi Vajda <va...@apache.org>:
>> 
>> 
>> The PyLucene 4.7.2-1 release tracking today's release of Apache Lucene 4.7.2 is ready.
>> 
>> A release candidate is available from:
>> http://people.apache.org/~vajda/staging_area/
>> 
>> A list of changes in this release can be seen at:
>> http://svn.apache.org/repos/asf/lucene/pylucene/branches/pylucene_4_7/CHANGES
>> 
>> PyLucene 4.7.2 is built with JCC 2.19 included in these release artifacts:
>> http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES
>> 
>> A list of Lucene Java changes can be seen at:
>> http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_7_2/lucene/CHANGES.txt
>> 
>> Please vote to release these artifacts as PyLucene 4.7.2-1.
>> 
>> Thanks !
>> 
>> Andi..
>> 
>> ps: the KEYS file for PyLucene release signing is at:
>> http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS
>> http://people.apache.org/~vajda/staging_area/KEYS
>> 
>> pps: here is my +1
> 

Re: [VOTE] Release PyLucene 4.7.2-1

Posted by Thomas Koch <ko...@orbiteam.de>.
Hi ,
I was able to build PyLucene 4.7.2-1 (incl. JCC 2.19) from source on MacOS-X and „make test“ passes without failures.
also tested the samples IndexFiles.py and SearchFiles.py

but the  FacetExample.py unfortunately fails now:

samples$ python FacetExample.py 
Traceback (most recent call last):
  File "FacetExample.py", line 51, in <module>
    from org.apache.lucene.facet.index import FacetFields
ImportError: No module named index

I’ve noticed (http://lucene.apache.org/core/4_7_2/facet/index.html) that both 
      org.apache.lucene.facet.index
 and  org.apache.lucene.facet.params
are gone and the facet API has changed (probably since 4.5.x) a lot.
So the FaceExample simply no longer works and needs to be removed or updated.

I can have a look at that though I must admit that we're still using PyLucene 3.6 in production and haven't 'migrated' to 4.x yet.
Don’t think this is really a blocker for the release, just wanted to let you know. 


regards,
Thomas
--
OrbiTeam Software GmbH & Co. KG
www.orbiteam.de

Am 15.04.2014 um 22:19 schrieb Andi Vajda <va...@apache.org>:

> 
> The PyLucene 4.7.2-1 release tracking today's release of Apache Lucene 4.7.2 is ready.
> 
> A release candidate is available from:
> http://people.apache.org/~vajda/staging_area/
> 
> A list of changes in this release can be seen at:
> http://svn.apache.org/repos/asf/lucene/pylucene/branches/pylucene_4_7/CHANGES
> 
> PyLucene 4.7.2 is built with JCC 2.19 included in these release artifacts:
> http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES
> 
> A list of Lucene Java changes can be seen at:
> http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_7_2/lucene/CHANGES.txt
> 
> Please vote to release these artifacts as PyLucene 4.7.2-1.
> 
> Thanks !
> 
> Andi..
> 
> ps: the KEYS file for PyLucene release signing is at:
> http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS
> http://people.apache.org/~vajda/staging_area/KEYS
> 
> pps: here is my +1


Re: [VOTE] Release PyLucene 4.7.2-1

Posted by Andi Vajda <va...@apache.org>.
This vote has passed !
Thank you to all, PMC or not PMC, who cast a vote.

Andi..

On Tue, 15 Apr 2014, Andi Vajda wrote:

>
> The PyLucene 4.7.2-1 release tracking today's release of Apache Lucene 4.7.2 
> is ready.
>
> A release candidate is available from:
> http://people.apache.org/~vajda/staging_area/
>
> A list of changes in this release can be seen at:
> http://svn.apache.org/repos/asf/lucene/pylucene/branches/pylucene_4_7/CHANGES
>
> PyLucene 4.7.2 is built with JCC 2.19 included in these release artifacts:
> http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES
>
> A list of Lucene Java changes can be seen at:
> http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_7_2/lucene/CHANGES.txt
>
> Please vote to release these artifacts as PyLucene 4.7.2-1.
>
> Thanks !
>
> Andi..
>
> ps: the KEYS file for PyLucene release signing is at:
> http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS
> http://people.apache.org/~vajda/staging_area/KEYS
>
> pps: here is my +1
>