Re: [VOTE] Release PyLucene 4.9.0-0

2014-07-14 Thread Steve Rowe
+1 I ran the IndexFiles.py and SearchFiles.py samples from against the Lucene trunk source directory. Steve On Jul 7, 2014, at 11:14 AM, Andi Vajda wrote: > > The PyLucene 4.9.0-0 release tracking the recent release of Apache Luc

Re: JCC Parallel/Multiprocess Compilation + Caching

2014-07-14 Thread Andi Vajda
Hi Lee, > On Jul 14, 2014, at 19:01, Lee Skillen wrote: > > Hi, > > We've been utilising JCC frequently recently during development and > often have a need to recompile our JCC-based extensions due to changes > in the wrapped code - Doing so incurs a reasonably lengthy > re-compilation effort

JCC Parallel/Multiprocess Compilation + Caching

2014-07-14 Thread Lee Skillen
Hi, We've been utilising JCC frequently recently during development and often have a need to recompile our JCC-based extensions due to changes in the wrapped code - Doing so incurs a reasonably lengthy re-compilation effort due to the serial nature of the extension building via distutils. To help

Re: JCC Project Extensions

2014-07-14 Thread Andi Vajda
> On Jul 14, 2014, at 16:21, Lee Skillen wrote: > >> On 10 July 2014 14:25, Andi Vajda wrote: >> >>> On Jul 10, 2014, at 12:23, Lee Skillen wrote: >>> >>> Hey, >>> > On 9 July 2014 18:38, Andi Vajda wrote: > > On Wed, 9 Jul 2014, Andi Vajda wrote: > > > >> O

Re: JCC Project Extensions

2014-07-14 Thread Lee Skillen
On 10 July 2014 14:25, Andi Vajda wrote: > >> On Jul 10, 2014, at 12:23, Lee Skillen wrote: >> >> Hey, >> >>> On 9 July 2014 18:38, Andi Vajda wrote: >>> On Wed, 9 Jul 2014, Andi Vajda wrote: > On Wed, 9 Jul 2014, Lee Skillen wrote: > > Hey Andi, > >> On 9

[jira] [Created] (PYLUCENE-30) JCC: Through-Layer Python Exception Support

2014-07-14 Thread Lee Skillen (JIRA)
Lee Skillen created PYLUCENE-30: --- Summary: JCC: Through-Layer Python Exception Support Key: PYLUCENE-30 URL: https://issues.apache.org/jira/browse/PYLUCENE-30 Project: PyLucene Issue Type: Impr

[jira] [Updated] (PYLUCENE-30) JCC: Through-Layer Python Exception Support

2014-07-14 Thread Lee Skillen (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Skillen updated PYLUCENE-30: Attachment: feature-thru-exception-3.patch > JCC: Through-Layer Python Exception Support > ---

Re: [VOTE] Release PyLucene 4.9.0-0

2014-07-14 Thread Michael McCandless
+1 I ran my usual smoke test: index first 100K docs from Wikipedia (en), do a few searches, run forceMerge. Mike McCandless http://blog.mikemccandless.com On Mon, Jul 7, 2014 at 11:14 AM, Andi Vajda wrote: > > The PyLucene 4.9.0-0 release tracking the recent release of Apache Lucene > 4.9.0 i