[jira] [Updated] (PYLUCENE-27) JCC should be able to create sdist archives

2014-01-13 Thread Martin Scherer (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Scherer updated PYLUCENE-27: --- Attachment: createSetupScript.patch This patch creates a setup.py file in cwd, if the extra

Re: [jira] [Commented] (PYLUCENE-28) JCC reuses JVM instances in impl, if compile() is called twice.

2013-12-18 Thread Martin Scherer
how to add dynamically to the existing runtime, which is like you said very hackish. Best, Martin Am 04.11.2013 16:02, schrieb Andi Vajda (JIRA): > > [ > https://issues.apache.org/jira/browse/PYLUCENE-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCom

Re: [jira] [Commented] (PYLUCENE-28) JCC reuses JVM instances in impl, if compile() is called twice.

2013-12-18 Thread Martin Scherer
Hi Andi, do you suppose that adding to the classpath by runtime is possible via python or a java workaround? I think it is very error prone if the user has to maintain his own classpath and can not rely on jcc. Best, Martin Am 04.11.2013 16:02, schrieb Andi Vajda (JIRA): > > [ &

[jira] [Commented] (PYLUCENE-29) JCC: JArray('int') from integer numpy ndarray not possible

2013-12-10 Thread Martin Scherer (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844285#comment-13844285 ] Martin Scherer commented on PYLUCENE-29: I've upgraded my numpy instal

[jira] [Created] (PYLUCENE-29) JCC: JArray('int') from integer numpy ndarray not possible

2013-12-10 Thread Martin Scherer (JIRA)
Martin Scherer created PYLUCENE-29: -- Summary: JCC: JArray('int') from integer numpy ndarray not possible Key: PYLUCENE-29 URL: https://issues.apache.org/jira/browse/PYLUCENE-29 Project

Re: [nag][VOTE] Release PyLucene 4.5.1-1

2013-11-04 Thread Martin Scherer
Hi everybody, I've created issue PYLUCENE-28 with a patch fixing it. Please have a look. Best, Martin (Voting +1, no matter if its included now or later) Am 04.11.2013 03:29, schrieb Andi Vajda: > > Hi Martin, > >> On Nov 3, 2013, at 23:50, Martin Scherer wrote: &g

[jira] [Updated] (PYLUCENE-28) JCC reuses JVM instances in impl, if compile() is called twice.

2013-11-04 Thread Martin (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin updated PYLUCENE-28: --- Attachment: jvm_instance_check.patch > JCC reuses JVM instances in impl, if compile() is called tw

[jira] [Created] (PYLUCENE-28) JCC reuses JVM instances in impl, if compile() is called twice.

2013-11-04 Thread Martin (JIRA)
Martin created PYLUCENE-28: -- Summary: JCC reuses JVM instances in impl, if compile() is called twice. Key: PYLUCENE-28 URL: https://issues.apache.org/jira/browse/PYLUCENE-28 Project: PyLucene

Re: [nag][VOTE] Release PyLucene 4.5.1-1

2013-11-03 Thread Martin Scherer
, Martin PS: voting -1 (Donnu I've patch submitters have voting riths, sorry) Am 03.11.2013 21:38, schrieb Andi Vajda: One more PMC vote is needed to make this release. Please, consider voting on it. Thanks ! Andi.. -- Forwarded message -- Date: Mon, 28 Oct 2013 17:46:30

Re: [jira] [Commented] (PYLUCENE-27) JCC should be able to create sdist archives

2013-11-01 Thread Martin Scherer
his report. But nevertheless I would recommend using a output directory which is by default not 'build' to avoid such situations in the future. Best, Martin Am 01.11.2013 15:48, schrieb Martin Scherer: > It is not clear to me, why the source code is missing, because the > Ext

[jira] [Updated] (PYLUCENE-26) "extern" keyword missing in reserved keywords in JCC cpp.py unit

2013-09-11 Thread Martin (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin updated PYLUCENE-26: --- Attachment: extern.patch > "extern" keyword missing in reserved keywords in JC

[jira] [Created] (PYLUCENE-26) "extern" keyword missing in reserved keywords in JCC cpp.py unit

2013-09-11 Thread Martin (JIRA)
Martin created PYLUCENE-26: -- Summary: "extern" keyword missing in reserved keywords in JCC cpp.py unit Key: PYLUCENE-26 URL: https://issues.apache.org/jira/browse/PYLUCENE-26 Project

Re: Building a custom Tokenizer

2010-07-18 Thread Martin
lyzer samples. Thanks again, Martin On Jul 17, 2010, at 22:30, Andi Vajda wrote: On Jul 17, 2010, at 22:23, Martin wrote: Hi there, I'm trying to extend the PythonTokenizer class to build my own custom tokenizer, but seem to get stuck pretty much soon after that. I know that I

Building a custom Tokenizer

2010-07-17 Thread Martin
Thanks in advance for any hints! Regards, Martin

Re: [pylucene-dev] Downcast of TermFreqVector to TermPositionVector

2010-07-17 Thread Martin
Yea, it was a message from 2007, couldn't find any other mention of TermPositionVector anywhere else so.. Thanks a lot for the tip, works like a charm! On Jul 17, 2010, at 15:04, Martin wrote: Hi, this seems to be missing in the 3.0.2. release, or at least not working - I'

Re: [pylucene-dev] Downcast of TermFreqVector to TermPositionVector

2010-07-17 Thread Martin
alternative to getting a TermPositionVector? Thanks for your help! Martin I checked-in your patch into svn trunk revision 337. Thank you for your contribution ! Andi..