Re: JCC Segfault on Debian 9 (stretch)

2017-07-07 Thread Dirk Rothe
I was bitten by this during jcc.initVM(): https://www.cloudlinux.com/cloudlinux-os-blog/entry/jvm-crashes-occurring-after-upgrading-to-a-kernel-with-the-fix-for-stack-clash Maybe related... --dirk Am 06.07.2017, 23:50 Uhr, schrieb Joshua Campbell : Okay so. I built GDB 8

Re: testing PyLucene 6.2

2016-09-09 Thread Dirk Rothe
Am 09.09.2016, 00:29 Uhr, schrieb Andi Vajda <va...@apache.org>: On Thu, 8 Sep 2016, Dirk Rothe wrote: Am 08.09.2016, 15:56 Uhr, schrieb Andi Vajda <va...@apache.org>: On Thu, 8 Sep 2016, Dirk Rothe wrote: I've made initReader() python-overridable (see patch). What do

Re: testing PyLucene 6.2

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

testing PyLucene 6.2

2016-09-08 Thread Dirk Rothe
Am 05.09.2016, 21:27 Uhr, schrieb Andi Vajda <va...@apache.org>: 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!

Re: [POLL] What should happen to PyLucene now?

2016-09-05 Thread Dirk Rothe
Am 03.09.2016, 18:34 Uhr, schrieb Andi Vajda : Here is how one can reproduce what I just did: - cd ~/apache - git clone --branch branch_6x https://github.com/apache/lucene-solr.git lucene.6x - cd - svn update make sure you have a modern setuptools (if you are on

Re: AW: release votes

2014-05-02 Thread Dirk Rothe
Am 25.04.2014, 02:08 Uhr, schrieb Andi Vajda va...@apache.org: On Apr 24, 2014, at 15:44, Robert Muir rcm...@gmail.com wrote: On Thu, Apr 24, 2014 at 2:40 PM, Andi Vajda va...@apache.org wrote: I agree with you that making releases is important. However, when votes are called to

Re: Feature request: include collation

2010-09-29 Thread Dirk Rothe
On Wed, 29 Sep 2010 17:49:03 +0200, Andi Vajda va...@apache.org wrote: On Sep 29, 2010, at 8:29, Christian Heimes li...@cheimes.de wrote: Am 27.09.2010 03:59, schrieb Andi Vajda: In 3.x and trunk, I've been porting ICU-dependant Lucene contrib features to use PyICU [1][2] (which depends on

Re: instantiating Set()

2010-06-09 Thread Dirk Rothe
On Wed, 09 Jun 2010 17:47:47 +0200, Andi Vajda va...@apache.org wrote: On Jun 9, 2010, at 8:36, Dirk Rothe d.ro...@semantics.de wrote: I'm trying to play with extractTerms() a method of the Query() class [1]. This method expects a java SetTerm instance - but instantiating one failes