Hmm I see two test failures, on Linux, Python 2.7.3, Java 1.7.0_07
:
ERROR: testCachingWorks (__main__.CachingWrapperFilterTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/test_CachingWrapperFilter.py", line 53, in testCachingWorks
strongRef = cacher.getDocIdSet(context, context.reader().getLiveDocs())
AttributeError: 'IndexReader' object has no attribute 'getLiveDocs'
and:
ERROR: testPayloadsPos0 (__main__.PositionIncrementTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/test_PositionIncrement.py", line 257, in testPayloadsPos0
pspans = MultiSpansWrapper.wrap(searcher.getTopReaderContext(), snq)
File "/home/mike/src/pylucene-4.3.1-1/test/MultiSpansWrapper.py",
line 49, in wrap
return query.getSpans(ctx, ctx.reader().getLiveDocs(), termContexts)
AttributeError: 'IndexReader' object has no attribute 'getLiveDocs'
Mike McCandless
http://blog.mikemccandless.com
On Wed, Jun 26, 2013 at 4:07 PM, Andi Vajda <[email protected]> wrote:
>
> The PyLucene 4.3.1-1 release tracking the recent release of Apache Lucene
> 4.3.1 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_3/CHANGES
>
> PyLucene 4.3.1 is built with JCC 2.16 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_3_1/lucene/CHANGES.txt
>
> Please vote to release these artifacts as PyLucene 4.3.1-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