testing PyLucene 6.2

2016-09-08 Thread Dirk Rothe
Am 05.09.2016, 21:27 Uhr, schrieb Andi Vajda : On Mon, 5 Sep 2016, Dirk Rothe wrote: A volunteer is requested to build and test PyLucene's trunk on Windows. If noone comes forward, I intend to try to release PyLucene 6.2 in a few weeks, still. Nice Job! I've successfully build PyLucene

Re: testing PyLucene 6.2

2016-09-08 Thread Andi Vajda
On Thu, 8 Sep 2016, Dirk Rothe wrote: Am 05.09.2016, 21:27 Uhr, schrieb Andi Vajda : On Mon, 5 Sep 2016, Dirk Rothe wrote: A volunteer is requested to build and test PyLucene's trunk on Windows. If noone comes forward, I intend to try to release PyLucene 6.2 in a few weeks, still. Nice J

Re: testing PyLucene 6.2

2016-09-08 Thread Dirk Rothe
Am 08.09.2016, 11:10 Uhr, schrieb Andi Vajda : On Thu, 8 Sep 2016, Dirk Rothe wrote: Am 05.09.2016, 21:27 Uhr, schrieb Andi Vajda : class _Tokenizer(PythonTokenizer): def __init__(self, INPUT): super(_Tokenizer, self).__init__(INPUT) # prepare INPUT def incrementToken(sel

Re: testing PyLucene 6.2

2016-09-08 Thread Andi Vajda
On Thu, 8 Sep 2016, Dirk Rothe wrote: Am 08.09.2016, 11:10 Uhr, schrieb Andi Vajda : On Thu, 8 Sep 2016, Dirk Rothe wrote: Am 05.09.2016, 21:27 Uhr, schrieb Andi Vajda : class _Tokenizer(PythonTokenizer): def __init__(self, INPUT): super(_Tokenizer, self).__init__(INPUT) #

[VOTE] Release PyLucene 6.2.0 (rc1)

2016-09-08 Thread Andi Vajda
After an almost two year hiatus, a new PyLucene version is ready for release. The PyLucene 6.2.0 (rc1) release tracking the recent release of Apache Lucene 6.2.0 is ready. A release candidate is available from: https://dist.apache.org/repos/dist/dev/lucene/pylucene/6.2.0-rc1/ PyLucene 6.2.

Re: testing PyLucene 6.2

2016-09-08 Thread Dirk Rothe
Am 08.09.2016, 15:56 Uhr, schrieb Andi Vajda : On Thu, 8 Sep 2016, Dirk Rothe wrote: I've made initReader() python-overridable (see patch). What do you think? Not sure what to think. While your change looks fine, if Lucene decided to make this 'hard', it may be a sign that you're doing

Re: testing PyLucene 6.2

2016-09-08 Thread Andi Vajda
On Thu, 8 Sep 2016, Dirk Rothe wrote: Am 08.09.2016, 15:56 Uhr, schrieb Andi Vajda : On Thu, 8 Sep 2016, Dirk Rothe wrote: I've made initReader() python-overridable (see patch). What do you think? Not sure what to think. While your change looks fine, if Lucene decided to make this 'hard'