Re: [VOTE] Release PyLucene 6.4.1 (rc1)

2017-02-11 Thread Andi Vajda
Ping ? Two more PMC votes are needed before this release can happen. Thanks ! Andi.. > On Feb 6, 2017, at 13:38, Andi Vajda <va...@apache.org> wrote: > > > The PyLucene 6.4.1 (rc1) release tracking today's release of > Apache Lucene 6.4.1 is ready. > > A release

[VOTE] Release PyLucene 6.4.1 (rc1)

2017-02-06 Thread Andi Vajda
The PyLucene 6.4.1 (rc1) release tracking today's release of Apache Lucene 6.4.1 is ready. A release candidate is available from: https://dist.apache.org/repos/dist/dev/lucene/pylucene/6.4.1-rc1/ PyLucene 6.4.1 is built with JCC 2.23 included in these release artifacts. Please vote to

Re: MSDN subscription renewal

2017-02-02 Thread Andi Vajda
> On Feb 2, 2017, at 01:06, Dawid Weiss wrote: > > I've been trying to get my MSDN subscription renewed (useful for > testing on various flavors of Windows) and unfortunately I failed. I > didn't hear back from Ross Gardler >

Re: ShingleAnalyzerWrapper in PyLucene

2017-01-29 Thread Andi Vajda
(), 2, 4, " ", true, false, null); The numeric parameters are not the same: 2, 6 vs 2, 4. Please use the same values in both versions and let us know if that solves the problem. Thanks ! Andi.. Thanks a lot! Marco On Sun, Jan 29, 2017 at 7:14 PM, Andi Vajda <va...@apac

Re: ShingleAnalyzerWrapper in PyLucene

2017-01-29 Thread Andi Vajda
d the terms of the query. It looks like you attached only the python program, only one attachment. Andi.. > > Thanks a lot for your help > Marco > > > >> On Sun, Jan 29, 2017 at 3:10 AM, Andi Vajda <va...@apache.org> wrote: >> >> On Sat, 28

Re: ShingleAnalyzerWrapper in PyLucene

2017-01-28 Thread Andi Vajda
On Sat, 28 Jan 2017, marco turchi wrote: Dear All, I need to use the ShingleAnalyzerWrapper in PyLucene. I have built the analyzer similar to Lucene: self.analyzer = ShingleAnalyzerWrapper(WhitespaceAnalyzer(), 2, 4, " " , True, False, None) and I have used it inside QuertParser query =

Re: Installing PyLucene

2017-01-26 Thread Andi Vajda
On Fri, 6 Jan 2017, Andi Vajda wrote: On Fri, 6 Jan 2017, Jan HC8ydahl wrote: Hi, I hope you didn?t get this wrong! We all appreciate the existence of JCC/PyLucene and especially all the effort you?ve put into this. PyLucene is driven by its own community, and user involvement

[jira] [Commented] (LUCENE-7636) Fix broken links in lucene.apache.org site

2017-01-16 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824559#comment-15824559 ] Andi Vajda commented on LUCENE-7636: Fixed the broken PyLucene and JCC links in rev 1779102. >

Re: Installing PyLucene

2017-01-12 Thread Andi Vajda
afraid I cannot provide > more support currently ,-( Same here. Andi.. > > > best regards, > > Thomas > — >> Am 06.01.2017 um 22:01 schrieb Andi Vajda <va...@apache.org>: >> >> >> I now took a look at the python 3 patches you sent a

Re: Installing PyLucene

2017-01-12 Thread Andi Vajda
> On Jan 12, 2017, at 02:22, Thomas Koch wrote: > > Dear Jan, > thanks for your explanations. > >> PyLucene is driven by its own community, and user involvement and >> contributions is a must. > I’m quite familiar with community contributions - have already submitted code

Re: Installing PyLucene

2017-01-06 Thread Andi Vajda
-questions> So if some funding is required to get this going ... best regards, Thomas ? Am 04.01.2017 um 19:41 schrieb Andi Vajda <va...@apache.org>: Note that PyLucene currently lacks official Python3 support! We've done a port of PyLucene 3.6 (!) to support Python3 and offered

Re: Installing PyLucene

2017-01-06 Thread Andi Vajda
be automated with 2to3. If we get JCC in shape, I can take care of the rest. Thank you for the work done so far, it's looking really good but it needs to be refreshed to JCC/trunk and latest Python 3 to minimize work on my side. Andi.. best regards, Thomas ? Am 04.01.2017 um 19:41 sc

Re: PyLucene package test error

2017-01-06 Thread Andi Vajda
> On Jan 6, 2017, at 03:02, Shawn Gao wrote: > > Hello, PyLucene User and Developers > >Problems occurred during `make test` in pylucene-6.2.0 from PyLucen > Homepage when testing > 'test_PythonException.py'. And I think there might

Re: Installing PyLucene

2017-01-05 Thread Andi Vajda
> On Jan 5, 2017, at 08:57, marco turchi <marco.tur...@gmail.com> wrote: > > Done! all testes passed! Excellent ! > > thanks a lot! > Marco > >> On Thu, Jan 5, 2017 at 5:21 PM, Andi Vajda <va...@apache.org> wrote: >> >> >>> On

Re: Installing PyLucene

2017-01-05 Thread Andi Vajda
r JCC install is fine. It's PyLucene that needs to be rebuilt by adding a --shared arg to its jcc invocation command line in its Makefile. No setuptools patching necessary. Andi.. > > Thanks a lot for your help! > Marco > >> On Thu, Jan 5, 2017 at 2:27 AM, Andi Vajda <va.

Re: Installing PyLucene

2017-01-04 Thread Andi Vajda
suggest? If you don't use --shared then the jcc that is linked into PyLucene is not running shared mode and the test failure you're seeing is due to that. It's easy enough to rebuild PyLucene with --shared. Up to you ! Andi.. > > Best > Marco > > > Il 04 Gen 2017 19:4

Re: Installing PyLucene

2017-01-03 Thread Andi Vajda
this or make sure shared mode is actually deployed with PyLucene. Andi.. Best, Marco On Tue, Jan 3, 2017 at 10:05 PM, Andi Vajda <va...@apache.org> wrote: On Tue, 3 Jan 2017, marco turchi wrote: Dear Andi, following you suggestions, I have first installed pyLucene on a machine with

Re: Installing PyLucene

2016-12-30 Thread Andi Vajda
> On Dec 30, 2016, at 15:07, marco turchi wrote: > > Dear Andi, > thanks a lot for you answers! > > >> You do not need root privileges if you don't modify the system python. One >> way to achieve that is to setup a python virtualenv first and install jcc >> and

Re: Installing PyLucene

2016-12-30 Thread Andi Vajda
> On Dec 30, 2016, at 08:47, marco turchi wrote: > > Dear All, > I'm newer with PyLucene and I'm trying to instal it on my local home on a > cluster. In this environment, I do not have root privilege, You do not need root privileges if you don't modify the system

Re: [VOTE] Release PyLucene 6.2.0 (rc2)

2016-09-18 Thread Andi Vajda
On Sat, 17 Sep 2016, Tommaso Teofili wrote: +1 Thank Tommaso, this vote has now passed ! Andi.. Tommaso Il giorno ven 9 set 2016 alle ore 12:06 Andi Vajda <va...@apache.org> ha scritto: After an almost two year hiatus, a new PyLucene version is ready for release. The PyLucene

Re: [VOTE] Release PyLucene 6.2.0 (rc2)

2016-09-12 Thread Andi Vajda
-rpath to the > lib folder including libjava.dylib but I’m not that into make, so I’m afraid > I’m stuck and cannot vote on the release yet... > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > >> 12. sep. 2016 kl. 14.26 skrev Andi Va

Re: [VOTE] Release PyLucene 6.2.0 (rc2)

2016-09-12 Thread Andi Vajda
sr/local/lib/python2.7/site-packages/JCC-2.22-py2.7-macosx-10.12-x86_64.egg/jcc/_jcc.so, >>>> 2): Library not loaded: @rpath/libjava.dylib >>>> Referenced from: >>>> /usr/local/lib/python2.7/site-packages/JCC-2.22-py2.7-macosx-10.12-x86_64.egg/jcc/_jcc.so >>

Re: [VOTE] Release PyLucene 6.2.0 (rc2)

2016-09-12 Thread Andi Vajda
rra 10.12, Java 1.8.0_102 ant 1.9.7, XCode 8-beta and > python 2.7.12. > > Before upgrading to macOS Sierra GM, I got another error, saying Java was not > installed and requesting install of Apple’s Java6. For Lucene you must be running at least java 7, right ? I did all my testing w

Re: [VOTE] Release PyLucene 6.2.0 (rc2)

2016-09-12 Thread Andi Vajda
gt; > > I’m running macOS Sierra 10.12, Java 1.8.0_102 ant 1.9.7, XCode 8-beta and > python 2.7.12. > > Before upgrading to macOS Sierra GM, I got another error, saying Java was not > installed and requesting install of Apple’s Java6. > > -- > Jan Høydahl,

[VOTE] Release PyLucene 6.2.0 (rc2)

2016-09-09 Thread Andi Vajda
After an almost two year hiatus, a new PyLucene version is ready for release. The PyLucene 6.2.0 (rc2) 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-rc2/ PyLucene

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

Re: FacetExample.py's indexes are too old

2016-09-09 Thread Andi Vajda
On Fri, 9 Sep 2016, Andi Vajda wrote: Hi Thomas, As you may have noticed, PyLucene is being refreshed to Lucene 6.2.0. The FacetExample.py sample you submitted to PyLucene is using an index from Lucene version 2, FacetExample.Index. Sadly, Lucene 6 no longer supports that version, it must

FacetExample.py's indexes are too old

2016-09-09 Thread Andi Vajda
Hi Thomas, As you may have noticed, PyLucene is being refreshed to Lucene 6.2.0. The FacetExample.py sample you submitted to PyLucene is using an index from Lucene version 2, FacetExample.Index. Sadly, Lucene 6 no longer supports that version, it must be at least version 4. Could you please

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

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

[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

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

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

2016-09-05 Thread Andi Vajda
On Mon, 5 Sep 2016, Dirk Rothe wrote: Am 03.09.2016, 18:34 Uhr, schrieb Andi Vajda <va...@apache.org>: 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 yo

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

2016-09-03 Thread Andi Vajda
On Mon, 22 Aug 2016, Andi Vajda wrote: On Sun, 10 Jul 2016, Andi Vajda wrote: Thank you Jan for starting this thread ! Of the nine people that responded, three were interested in a new 6.x release, with two offering to help make a new release happen. A couple of others showed interest

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

2016-08-22 Thread Andi Vajda
On Sun, 10 Jul 2016, Andi Vajda wrote: Thank you Jan for starting this thread ! Of the nine people that responded, three were interested in a new 6.x release, with two offering to help make a new release happen. A couple of others showed interest in JCC only. Here is what I can propose

Re: Strange JCC issues on armel/armhf (and other arches)

2016-08-13 Thread Andi Vajda
> On Aug 13, 2016, at 14:57, Dmitry Nezhevenko <d...@dion.org.ua> wrote: > > On Fri, Aug 12, 2016 at 11:59:00PM -0700, Andi Vajda wrote: >>> >>> and it still crashes. Playing with -Xmx -Xms, -Xss doesn't help at all. >>> >>> Any su

Re: Strange JCC issues on armel/armhf (and other arches)

2016-08-13 Thread Andi Vajda
On Mon, 8 Aug 2016, Dmitry Nezhevenko wrote: Hi, I'm trying to figure out why pylucene fails to build on Debian on a lot of architectures: https://buildd.debian.org/status/package.php?p=pylucene I've tried to debug it as much as possible and found that JCC crashes inside native initVM call

Re: Pydev and pylucene issues reading libraries

2016-07-12 Thread Andi Vajda
> On Jul 12, 2016, at 15:09, Kevin Lopez wrote: > > I have a django project in eclipse's pydev enviroment which need access to > the libjvm.so located at: > > /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/ > > I get this error: > >> >> Traceback (most

Re: Installing pylucene on machos 10.11

2016-07-04 Thread Andi Vajda
On Mon, 4 Jul 2016, Tom Kealy Kealy wrote: Dear Lucene-dev, I'm having difficulty installing pylucene on mac OS X 'El Captian' 10.11. I've checked out the jcc source code: svn co http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc bcc i've got idk 1.8, and have edited the setup.py

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

2016-07-01 Thread Andi Vajda
> On Jul 1, 2016, at 06:12, Joe Cabrera wrote: > > [X] I’ll help make a new release happen, if I get some help! The tests need porting :-) Andi.. > >> On Fri, Jul 1, 2016 at 8:41 AM, Dirk Rothe wrote: >> >> Am 01.07.2016, 11:32 Uhr, schrieb

Re: [jira] [Updated] (LUCENE-6933) Create a (cleaned up) SVN history in git

2015-12-16 Thread Andi Vajda
On Wed, 16 Dec 2015, Dawid Weiss (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENE-6933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-6933: Description: Goals: * selectively drop projects

Re: [jira] [Updated] (LUCENE-6933) Create a (cleaned up) SVN history in git

2015-12-16 Thread Andi Vajda
-issue in PyLucene. It can move with Lucene or stay in SVN, either way is fine by me. Andi.. Dawid On Wed, Dec 16, 2015 at 10:33 PM, Andi Vajda <o...@ovaltofu.org> wrote: On Wed, 16 Dec 2015, Dawid Weiss (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENE-693

Re: AW: Current state of PyLucene

2015-11-17 Thread Andi Vajda
On Nov 17, 2015, at 01:27, Thomas Koch wrote: >>> On Nov 15, 2015, at 22:54, Jeff Breidenbach wrote: >>> >>> I don't understand this. Lucene is the dominant open source search >>> software, and Python continues to gain popularity. >>> Why is there a decline in

Re: [VOTE] Release PyLucene 4.10.4-1

2015-11-17 Thread Andi Vajda
is needed for this release... Andi.. Mike McCandless http://blog.mikemccandless.com On Tue, Mar 10, 2015 at 1:42 AM, Andi Vajda <va...@apache.org> wrote: The PyLucene 4.10.4-1 release tracking the recent release of Apache Lucene 4.10.4 is ready. A release candidate is available from

Re: Current state of PyLucene

2015-11-16 Thread Andi Vajda
> On Nov 15, 2015, at 22:54, Jeff Breidenbach wrote: > > I don't understand this. Lucene is the dominant open source > search software, and Python continues to gain popularity. > Why is there a decline in interest? Dunno. The PMC lives in Java land and doesn't pay much attention.

Re: Current state of PyLucene

2015-11-15 Thread Andi Vajda
Hi Thomas, On Sun, 15 Nov 2015, Thomas Koch wrote: I?d like to know about the current state of PyLucene and its roadmap. According to the PyLucene website (latest entry 6 Oct 2014) PyLucene 4.10.1 is the latest release whereas Java Lucene 5.0 branch appeared in February 2015 (as of

Re: Can't build on Mavericks (different issue)

2015-10-27 Thread Andi Vajda
On Fri, 28 Mar 2014, Mike McCormick wrote: Hi folks, I am trying to build jcc to install JModelica. The linking process dies: building 'jcc' extension gcc -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -Qunused-arguments -dynamiclib -D_jcc_lib -DJCC_VER="2.19"

[jira] [Commented] (PYLUCENE-35) UnicodeEncodeError when a JavaException is raised

2015-10-27 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14977701#comment-14977701 ] Andi Vajda commented on PYLUCENE-35: Thank you for the patch. > UnicodeEncodeError w

Re: Python 3

2015-06-26 Thread Andi Vajda
programming skills are limited, but can provide debugging support :) Regards /Petrus On Mon, Jun 1, 2015 at 6:55 PM, Andi Vajda va...@apache.org wrote: On Mon, 1 Jun 2015, Johan Jonkers wrote: Hello everyone, I was wondering if there are plans to support python 3 for PyLucene. I

Re: Python 3

2015-06-01 Thread Andi Vajda
On Mon, 1 Jun 2015, Johan Jonkers wrote: Hello everyone, I was wondering if there are plans to support python 3 for PyLucene. I know there is an experimental Python 3 version of JCC but it is from 2010 I think, so a bit outdated. We would like to migrate from python 2.7 to 3.0 but we need

Re: [jira] [Created] (PYLUCENE-34) Pylucene and multiprocessing

2015-03-26 Thread Andi Vajda
On Thu, 26 Mar 2015, Jose Lopez Veiga (JIRA) wrote: I've built a index that will be used for searching in a multiprocessing python program. When I try to search in the index, some queries are ok(first ones), but then the program is blocked in the first seconds of the execution when I use

[jira] [Resolved] (PYLUCENE-34) Pylucene and multiprocessing

2015-03-26 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda resolved PYLUCENE-34. Resolution: Cannot Reproduce Please use the pylucene-dev@lucene.apache.org mailing list to ask

Re: How can I create my own TokenFilter in PyLucene inherited from PythonTokenFilter

2015-03-26 Thread Andi Vajda
On Wed, 25 Mar 2015, ?? wrote: everyone: I'm developing my own Analyzer in PyLucene 4.9.0 and created a TokenFilter for CompoundTokenFilter for compound word splitting in the analyzer as the DictionaryCompoundWordTokenFilter not performing very well. DictionaryCompoundWordTokenFilter uses

Re: [jira] [Updated] (PYLUCENE-34) Pylucene and multiprocessing

2015-03-26 Thread Andi Vajda
On Thu, 26 Mar 2015, Jose Lopez Veiga (JIRA) wrote: EDIT: I found that the block happend when I import nltk, only in multriprocessing. What is 'nltk' and what does it have to do with PyLucene ? Andi.. This is a reported bug? was: I've built a index that will be used for searching in a

[nag] [VOTE] Release PyLucene 4.10.4-1

2015-03-16 Thread Andi Vajda
Two more PMC votes are needed for this release, please :-) Andi.. On Mon, 9 Mar 2015, Andi Vajda wrote: The PyLucene 4.10.4-1 release tracking the recent release of Apache Lucene 4.10.4 is ready. A release candidate is available from: http://people.apache.org/~vajda/staging_area/ A list

Re: JCC for Java - C++ and initializeClass

2015-03-10 Thread Andi Vajda
On Tue, 10 Mar 2015, William Schilp wrote: i realize this question has been asked in the past (sept-2013) but the answer seems to be less than useful. i'm using JCC via C++ and having java crashing issues. the problem appears to be with the use of initializeClass(bool) and storing instances

Re: [VOTE] Release 4.10.4 RC0

2015-02-28 Thread Andi Vajda
I checked out rev 1662817 from branch lucene_solr_4_10 and built a version of PyLucene 4.10.4 from it. All tests pass ! +1 Andi.. On Fri, 27 Feb 2015, Michael McCandless wrote: Artifacts: http://people.apache.org/~mikemccand/staging_area/lucene-solr-4.10.4-RC0-rev1662817 Smoke tester:

Re: FSDirectory and creating directory

2015-02-04 Thread Andi Vajda
On Feb 4, 2015, at 10:12, Uwe Schindler u...@thetaphi.de wrote: Hi Robert, I am fine with any of your comments. We can move this issue to later releases, I just want that FSDirectory and its subclasses to document that they create the directory on its ctor if it does not yet exist.

Re: Pylucene3 on OSX and java 1.8

2015-01-28 Thread Andi Vajda
On Jan 28, 2015, at 14:08, Mahdi Yusuf yusuf.ma...@gmail.com wrote: Hi, I have a few hours trying to get pylucene to build on OSX. I have tried both pylucene4 and pylucene3. I have used the brew version for pylucene4 but it keep crashing with the error

Re: Set path to JRE / JDK in code

2015-01-20 Thread Andi Vajda
On Tue, 20 Jan 2015, Petrus Hyvönen wrote: Hi, I'm trying to package a wrapped library together with a non system-wide java JDK so that it can be easily installed. Can I somehow direct which JDK to use besides using JCC_JDK and putting the JRE in the PATH (I'm currently under windows)? The

Re: Error building PyLucene with added classes

2015-01-15 Thread Andi Vajda
On Jan 15, 2015, at 09:31, Daniel Duma danield...@gmail.com wrote: Update: never mind, I was placing the files in the wrong folder. Solved! Good, that was going to be my first question since you didn't tell us anything about your new class(es). The proper way to add things to lucene and

Re: Error building PyLucene with added classes

2015-01-15 Thread Andi Vajda
. Is there a tutorial on this somewhere? That parameter is visible line 319 of PyLucene 4.9's Makefile. Look for --jar. Andi.. Cheers, Daniel On 15 January 2015 at 18:01, Andi Vajda va...@apache.org wrote: On Jan 15, 2015, at 09:31, Daniel Duma danield...@gmail.com wrote: Update: never mind, I

[jira] [Resolved] (PYLUCENE-33) Cannot override newTermQuery method of class QueryParser

2014-12-24 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda resolved PYLUCENE-33. Resolution: Not a Problem works fine, see patch. Cannot override newTermQuery method of class

[jira] [Commented] (PYLUCENE-33) Cannot override newTermQuery method of class QueryParser

2014-12-23 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14257809#comment-14257809 ] Andi Vajda commented on PYLUCENE-33: Please, see comments on pylucene-dev

Re: [jira] [Created] (PYLUCENE-33) Cannot override newTermQuery method of class QueryParser

2014-12-23 Thread Andi Vajda
On Tue, 23 Dec 2014, iceout (JIRA) wrote: I want to override the newTermQuery method of class QueryParser. There is newTermQuery() method in class QueryParser in Lucene 4.10.x. Please, specify which version you're verify there is such a method to override in the classic.QueryParser class.

Re: [jira] [Created] (PYLUCENE-33) Cannot override newTermQuery method of class QueryParser

2014-12-23 Thread Andi Vajda
On Tue, 23 Dec 2014, Andi Vajda wrote: On Tue, 23 Dec 2014, iceout (JIRA) wrote: I want to override the newTermQuery method of class QueryParser. There is newTermQuery() method in class QueryParser in Lucene 4.10.x. Sorry, I meant to say that there is _no_ newTermQuery() method

Re: [jira] [Created] (PYLUCENE-33) Cannot override newTermQuery method of class QueryParser

2014-12-23 Thread Andi Vajda
On Wed, 24 Dec 2014, iceout wrote: I just subscribe the mail list. And I don't know how reply the thread before. So I have to create a new one. In lucene 4.4, the method newTermQuery() is defined in class QueryParserBase, and QueryParser extends QueryParserBase. In lucene 4.10, the method

Re: Problem building JCC on OS/X 10.10

2014-11-11 Thread Andi Vajda
On Tue, 11 Nov 2014, Sid Probstein wrote: Hi, I'm trying to build JCC on OS/X 10.10. I've downloaded pylucene-4.10.1.1-src. When I run jcc's setup.py build, the following error occurs: ld: internal error: atom not found in symbolIndex(__ZN7JNIEnv_13CallIntMethodEP8_jobjectP10_jmethodIDz) for

Re: Problem building JCC on OS/X 10.10

2014-11-11 Thread Andi Vajda
, Andi Vajda va...@apache.org wrote: On Tue, 11 Nov 2014, Sid Probstein wrote: Hi, I'm trying to build JCC on OS/X 10.10. I've downloaded pylucene-4.10.1.1-src. When I run jcc's setup.py build, the following error occurs: ld: internal error: atom not found in symbolIndex

Re: Fwd: Pylucene jvm CharArraySet Error

2014-11-09 Thread Andi Vajda
: Thanks Andi. am going to try these suggestions out. On Sat, Oct 18, 2014 at 9:55 PM, Andi Vajda va...@apache.org wrote: On Sat, 18 Oct 2014, Alexander Alex wrote: The init file in the pylucene egg. Below is it: import os, sys if sys.platform == 'win32': from jcc.windows import

Re: Install two version of lucene.

2014-10-22 Thread Andi Vajda
On Oct 22, 2014, at 20:22, Márk Csaba mar...@gwyll.eu wrote: Hello, I'm trying to install 4.9.0 and 4.10.1 to the same python, but pip list shows only the last one. How can I install lucene from source not to overwrite or deregister the previous one? Create python virtualenv setups.

Re: Install two version of lucene.

2014-10-22 Thread Andi Vajda
On Oct 22, 2014, at 23:59, Márk Csaba mar...@gwyll.eu wrote: Hello Thomas, thanks for the suggestion. Out developers would like to use different versions with pkg_resources switched from code, not from virtualenv. I've modified the easy_install.pth but adding both version lead me to

Re: Install two version of lucene.

2014-10-22 Thread Andi Vajda
On Oct 22, 2014, at 23:59, Márk Csaba mar...@gwyll.eu wrote: Hello Thomas, thanks for the suggestion. Out developers would like to use different versions with pkg_resources switched from code, not from virtualenv. I've modified the easy_install.pth but adding both version lead me to

Re: Fwd: Pylucene jvm CharArraySet Error

2014-10-18 Thread Andi Vajda
(ensuring it being inside the egg and on the classpath but no Python wrappers for it are generated) To get command line argument help from JCC run python -m jcc --help (or whatever the correct invocation is for your version of Python). Andi.. On Sat, Oct 18, 2014 at 12:29 AM, Andi Vajda va

Re: Fwd: Pylucene jvm CharArraySet Error

2014-10-17 Thread Andi Vajda
in java and python but I don't really know. Thanks. On Fri, Oct 17, 2014 at 7:23 PM, Andi Vajda va...@apache.org wrote: On Fri, 17 Oct 2014, Alexander Alex wrote: Meanwhile, am using lucene 3.6.2 version. The problem is jvm instantiation from any python code using lucene caused as a result

Re: [jira] [Created] (PYLUCENE-32) pylucene CharArraySet jvm error

2014-10-16 Thread Andi Vajda
I added a customized lucene analyzer class to lucene core in Pylucene. This class is google guava as a dependency because of the array handling function available in com.google.common.collect.Iterables in guava. When I tried to index using this analyzer, I got the following error: Traceback

[jira] [Commented] (PYLUCENE-32) pylucene CharArraySet jvm error

2014-10-16 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14174698#comment-14174698 ] Andi Vajda commented on PYLUCENE-32: There is no class org/apache/lucene/analysis

Re: build pyLucene 4.10.1-1

2014-10-10 Thread Andi Vajda
lucene.initVM() + _.isShared() and lucene.initVM().isShared() return True. The make test still failing on PythonDirectoryTests with Java InvalidArgsError, but I'll try our app. Thank you for your help! Regards, Csaba -Original Message- From: Andi Vajda [mailto:va

Re: build pyLucene 4.10.1-1

2014-10-10 Thread Andi Vajda
test/test_..,,py Andi.. Csaba -Original Message- From: Andi Vajda [mailto:va...@apache.org] Sent: Friday, October 10, 2014 6:30 PM To: pylucene-dev@lucene.apache.org Subject: Re: build pyLucene 4.10.1-1 On Oct 10, 2014, at 03:14, Márk Csaba mar...@gwyll.eu wrote: I've

RE: build pyLucene 4.10.1-1

2014-10-09 Thread Andi Vajda
the commands below and make sure you get this output: $ python import lucene lucene.VERSION '4.10.1' lucene.JCC_VERSION '2.21' Also, what does 'lucene.initVM().isShared()' return at the python prompt ? Andi.. Csaba -Original Message- From: Andi Vajda [mailto:va...@apache.org

RE: build pyLucene 4.10.1-1

2014-10-09 Thread Andi Vajda
it with JDK 1.6 but it said: Minimum supported Java version is 1.7. Csaba -Original Message- From: Andi Vajda [mailto:va...@apache.org] Sent: Friday, October 10, 2014 12:31 AM To: pylucene-dev@lucene.apache.org Subject: RE: build pyLucene 4.10.1-1 On Fri, 10 Oct 2014, Márk Csaba wrote

[ANNOUNCE] Apache PyLucene 4.10.1

2014-10-06 Thread Andi Vajda
I am pleased to announce the availability of Apache PyLucene 4.10.1. Apache PyLucene, a subproject of Apache Lucene, is a Python extension for accessing Apache Lucene Core. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with

Re: [VOTE] Release PyLucene 4.10.1-1

2014-10-05 Thread Andi Vajda
On Wed, 1 Oct 2014, Andi Vajda wrote: The PyLucene 4.10.1-1 release tracking the recent release of Apache Lucene 4.10.1 is ready. This release candidate fixes the regression found in the previous one, 4.10.1-0, and is available from: http://people.apache.org/~vajda/staging_area/ A list

Re: [VOTE] Release PyLucene 4.10.1-0

2014-10-01 Thread Andi Vajda
On Tue, 30 Sep 2014, Andi Vajda wrote: On Tue, 30 Sep 2014, Aric Coady wrote: I?ve found a regression involving Python* classes. If the overridden methods raise an error, it?s causing a crash instead of propagating the error. Here?s a simple example: from org.apache.pylucene.search

Re: [VOTE] Release PyLucene 4.10.1-0

2014-10-01 Thread Andi Vajda
On Wed, 1 Oct 2014, Aric Coady wrote: On Oct 1, 2014, at 11:49 AM, Andi Vajda va...@apache.org wrote: On Tue, 30 Sep 2014, Andi Vajda wrote: On Tue, 30 Sep 2014, Aric Coady wrote: I?ve found a regression involving Python* classes. If the overridden methods raise an error, it?s causing

Re: [VOTE] Release PyLucene 4.10.1-0

2014-10-01 Thread Andi Vajda
This vote has failed, a regression bug was found. Andi.. On Wed, 1 Oct 2014, Andi Vajda wrote: On Wed, 1 Oct 2014, Aric Coady wrote: On Oct 1, 2014, at 11:49 AM, Andi Vajda va...@apache.org wrote: On Tue, 30 Sep 2014, Andi Vajda wrote: On Tue, 30 Sep 2014, Aric Coady wrote: I?ve

[VOTE] Release PyLucene 4.10.1-1

2014-10-01 Thread Andi Vajda
The PyLucene 4.10.1-1 release tracking the recent release of Apache Lucene 4.10.1 is ready. This release candidate fixes the regression found in the previous one, 4.10.1-0, and is available from: http://people.apache.org/~vajda/staging_area/ A list of changes in this release can be seen

Re: [VOTE] Release PyLucene 4.10.1-0

2014-09-30 Thread Andi Vajda
and it should reproduce. On Sep 29, 2014, at 7:05 PM, Andi Vajda va...@apache.org wrote: The PyLucene 4.10.1-0 release tracking today's release of Apache Lucene 4.10.1 is ready. *** ATTENTION *** Starting with release 4.8.0, Lucene now requires Java 1.7 at the minimum. Using Java 1.6

Re: Can\'t build on Mavericks (different issue)

2014-09-29 Thread Andi Vajda
On Sat, 27 Sep 2014, Andi Vajda wrote: On Sat, 27 Sep 2014, Mattmann, Chris A (3980) wrote: Guys was there ever a fix to this? I¹m having the exact same issue :( Some notes: Mac OS 10.9.4 Trying to build JCC 2.19 Patching with instructions here https://github.com/chrismattmann/etllib

[VOTE] Release PyLucene 4.10.1-0

2014-09-29 Thread Andi Vajda
The PyLucene 4.10.1-0 release tracking today's release of Apache Lucene 4.10.1 is ready. *** ATTENTION *** Starting with release 4.8.0, Lucene now requires Java 1.7 at the minimum. Using Java 1.6 with Lucene 4.8.0 and newer is not supported. On Mac OS X, Java 6 is still a common

Re: Can\'t build on Mavericks (different issue)

2014-09-27 Thread Andi Vajda
On Sat, 27 Sep 2014, Mattmann, Chris A (3980) wrote: Guys was there ever a fix to this? I¹m having the exact same issue :( Some notes: Mac OS 10.9.4 Trying to build JCC 2.19 Patching with instructions here https://github.com/chrismattmann/etllib/ to deal with JAVAFRAMEWORKS hard coding, etc.

[jira] [Commented] (PYLUCENE-31) JCC Parallel/Multiprocess Compilation + Caching

2014-09-08 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14126652#comment-14126652 ] Andi Vajda commented on PYLUCENE-31: I did indeed eventually forget about this issue

Re: add multithread indexing sample?

2014-08-18 Thread Andi Vajda
On Aug 18, 2014, at 21:08, Jeff Breidenbach j...@jab.org wrote: Sounds like we are all members of the no idea how to do it club. You can look at the test_PyLuceneThread.py file in the test directory to get an example on how to use threads with PyLucene. Andi..

Re: add multithread indexing sample?

2014-08-17 Thread Andi Vajda
On Sat, 16 Aug 2014, Jeff Breidenbach wrote: Does it make sense to add a multithreaded indexing example to the samples directory? Mike McCandles has such fun graphs, and it would be fun to chase them in python. http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html +1

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

2014-07-28 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda resolved PYLUCENE-30. Resolution: Fixed Thank you Lee for the contribution. This just got committed to JCC's trunk rev

[ANNOUNCE] Apache PyLucene 4.9.0

2014-07-17 Thread Andi Vajda
I am pleased to announce the availability of Apache PyLucene 4.9.0. Apache PyLucene, a subproject of Apache Lucene, is a Python extension for accessing Apache Lucene Core. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with

Re: [VOTE] Release PyLucene 4.9.0-0

2014-07-15 Thread Andi Vajda
This vote has passed. Thank you all who voted ! Andi.. On Jul 7, 2014, at 17:14, Andi Vajda va...@apache.org wrote: The PyLucene 4.9.0-0 release tracking the recent release of Apache Lucene 4.9.0 is ready. *** ATTENTION *** Starting with release 4.8.0, Lucene now

Re: JCC Project Extensions

2014-07-14 Thread Andi Vajda
On Jul 14, 2014, at 16:21, Lee Skillen lskil...@vulcanft.com wrote: On 10 July 2014 14:25, Andi Vajda va...@apache.org wrote: On Jul 10, 2014, at 12:23, Lee Skillen lskil...@vulcanft.com wrote: Hey, On 9 July 2014 18:38, Andi Vajda va...@apache.org wrote: On Wed, 9 Jul 2014, Andi

Re: JCC Parallel/Multiprocess Compilation + Caching

2014-07-14 Thread Andi Vajda
Hi Lee, On Jul 14, 2014, at 19:01, Lee Skillen lskil...@vulcanft.com 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: JCC Project Extensions

2014-07-09 Thread Andi Vajda
the feature, please test the attached patch (against trunk) and report back with comments, bugs, fixes, etc... Thanks ! Andi.. Thanks, Lee On 4 July 2014 18:17, Andi Vajda va...@apache.org wrote: On Jul 4, 2014, at 18:33, Lee Skillen lskil...@vulcanft.com wrote: Hi Andi, First of all

<    1   2   3   4   5   6   7   8   9   10   >