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

Reply via email to