Re: testing PyLucene 6.2

2016-09-09 Thread Andi Vajda
On Fri, 9 Sep 2016, Andi Vajda wrote: On Fri, 9 Sep 2016, Dirk Rothe wrote: Am 09.09.2016, 00:29 Uhr, schrieb 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-overrida

Re: testing PyLucene 6.2

2016-09-09 Thread Andi Vajda
On Fri, 9 Sep 2016, Dirk Rothe wrote: Am 09.09.2016, 00:29 Uhr, schrieb 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 s

Re: testing PyLucene 6.2

2016-09-09 Thread Andi Vajda
On Fri, 9 Sep 2016, Dirk Rothe wrote: Am 09.09.2016, 00:29 Uhr, schrieb 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 s

Re: testing PyLucene 6.2

2016-09-09 Thread Andi Vajda
On Fri, 9 Sep 2016, Dirk Rothe wrote: Am 09.09.2016, 00:29 Uhr, schrieb 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 s

Re: testing PyLucene 6.2

2016-09-09 Thread Dirk Rothe
Am 09.09.2016, 00:29 Uhr, schrieb 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 l

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'

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, 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) #

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 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

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