Re: [VOTE] Release PyLucene 10.0.0-rc1

2024-10-19 Thread Michael McCandless
I will try to vote today! Mike McCandless http://blog.mikemccandless.com On Thu, Oct 17, 2024 at 2:03 AM Dawid Weiss wrote: > > +1, thank you, Andi. > > You may want to bump the (c) notice for the future: > > Apache PyLucene > Copyright 2009-2021 The Apache Software Foundation > > On Thu, O

Re: [VOTE] Release PyLucene 9.12.0-rc1

2024-10-06 Thread Michael McCandless
+1 I ran my usual smoke test: index the first 100K Wikipedia English docs, force merge to one segment, and run a couple searches. Thanks Andi! Mike McCandless http://blog.mikemccandless.com On Sat, Oct 5, 2024 at 10:10 PM Laurent Jakubina wrote: > +1 > > Le sam. 5 oct. 2024 à 21:40, Andi Va

Re: [VOTE] Release PyLucene 9.10.0-rc1

2024-03-04 Thread Michael McCandless
+1 to release. I successfully ran my standard PyLucene smoke test of indexing the first 100K enwiki documents, running a couple queries, force merging to one segment, and running again. This was on Python 3.11, OpenJDK 21, Arch Linux kernel 6.4.1. I am sad that this may be the last official PyLu

Re: [VOTE] Release PyLucene 9.7.0-rc1

2023-07-12 Thread Michael McCandless
+1 I ran the same exciting smoke test -- indexing first 100K enwiki docs, running a few political searches, force merging, searching again. Everything ran fine! Arch Linux kernel 6.3.2, Java 17.0.7+7, Python 3.11.3. Sorry for the delay! Mike On Sun, Jul 9, 2023 at 3:28 PM Dawid Weiss wrote:

Re: [VOTE] Release PyLucene 9.6.0-rc1

2023-05-30 Thread Michael McCandless
+1 I ran my usual smoke test: index the first 100K English wikipedia documents, force merge to one segment, and run a few searches successfully. Thanks Andi! Mike McCandless http://blog.mikemccandless.com On Mon, May 29, 2023 at 7:44 PM Andi Vajda wrote: > > The PyLucene 9.6.0 (rc1) release

Re: [VOTE] Release PyLucene 9.4.1-rc3

2022-11-07 Thread Michael McCandless
+1 to release. Sorry for taking so long! I ran my usual smoke test -- index first 100 K docs from an English Wikipedia export, force merge and run a couple queries. One quirk during installation is I had to add "with_modern_setuptools = True" in JCC's setup.py before all the logic for enable_sha

Re: [VOTE] Release PyLucene 9.4.1

2022-11-01 Thread Michael McCandless
A Halloween release! I will try to VOTE today. Mike On Tue, Nov 1, 2022 at 7:17 AM Benjamin Trent wrote: > +1 > > On Mon, Oct 31, 2022 at 6:50 PM Jeff Breidenbach > wrote: > > > +1 > > > > On Mon, Oct 31, 2022, 3:50 PM Andi Vajda wrote: > > > > > > > > The PyLucene 9.4.1 (rc1) release tracki

Re: [VOTE] Release PyLucene 9.1.0 (rc4)

2022-04-27 Thread Michael McCandless
Thanks for all the testing Andi! On Wed, Apr 27, 2022 at 12:21 AM Andi Vajda wrote: > > I installed python 3.10.4 on macos from sources. > It came with setuptools 58.1.0. > > I was able to build jcc shared without forcing with_modern_setuptools. > I then ran pip install --upgrade setuptools and

Re: [VOTE] Release PyLucene 9.1.0 (rc4)

2022-04-26 Thread Michael McCandless
+1 to release. I ran my usual smoke test, indexing first 100K Wikipedia docs, running a couple queries, force merging down to one segment and running them again. I discovered in this process that IndexWriter.getReader() had been removed and tracked down the change that did that (it's good, thanks

Re: [VOTE] Release PyLucene 8.11.0 rc2

2021-12-13 Thread Michael McCandless
+1 to release! I was able to install this on arch linux box (beast3 ), and do the usual smoke test (index first 100K English Wikipedia docs, force merge to one segment and run a couple queries successfully). Thank

Re: [VOTE] Release PyLucene 8.11.0

2021-12-10 Thread Michael McCandless
+1 I ran my usual smoke test -- building and installing the src, and then indexing first 100K English Wikipedia docs, force merging to one segment, and running a couple searches successfully. Mike On Fri, Dec 10, 2021 at 4:03 PM Nelia Vb wrote: > +1 > > On Fri, Dec 10, 2021 at 9:34 PM Andi Vaj

Re: [VOTE] Release PyLucene 8.9.0

2021-06-18 Thread Michael McCandless
+1 What an awesome quick turnaround on the Lucene release to PyLucene release! I ran my usual smoke test, indexing first 100K docs of English Wikipedia export, force merging, and running a couple queries. I tested on JDK 15.0.1 on Arch Linux and Python 3.9.3. Mike McCandless http://blog.mikemc

Re: [VOTE] Release PyLucene 8.8.1

2021-03-08 Thread Michael McCandless
+1 I ran my usual smoke test: install JCC, PyLucene, then index and optimize the first 100K documents from a Wikipedia English snapshot, and run a couple queries. Sorry for being late to the party too! Mike McCandless http://blog.mikemccandless.com On Mon, Mar 1, 2021 at 9:35 PM Andi Vajda w

Re: [VOTE] Release PyLucene 8.6.1

2020-08-25 Thread Michael McCandless
+1 to release. I ran my usual smoke test to index, forceMerge and search the first 100K documents from English Wikipedia export, on Arch Linux, Java 1.11.06, Python 3.8.1 -- test ran fine! Thanks Andi. Mike McCandless http://blog.mikemccandless.com On Mon, Aug 24, 2020 at 7:56 PM Andi Vajda

Re: [VOTE] Release PyLucene 8.3.0 (fwd)

2020-04-29 Thread Michael McCandless
ndi. > > Thanks Dawid ! > > This vote has now passed. I should be moving the artifacts to release > shortly. > > Andi.. > > > > > > D. > > > >> On Tue, Apr 28, 2020 at 9:54 PM Michael McCandless > >> wrote: > >> > >>

Re: [VOTE] Release PyLucene 8.3.0 (fwd)

2020-04-28 Thread Michael McCandless
hange IndexWriter.numDocs() to IndexWriter.getDocStats().numDocs :) And then it ran correctly. Mike McCandless http://blog.mikemccandless.com On Tue, Apr 28, 2020 at 3:53 PM Michael McCandless < luc...@mikemccandless.com> wrote: > I will review and vote soon! > > Sorry for

Re: Installation error - No such file or directory: 'javac'

2019-01-08 Thread Michael McCandless
Likely the "sudo" env does not have javac on its PATH? Try "sudo which javac" (if you use bash, or any shell that has the "which" command). Mike McCandless http://blog.mikemccandless.com On Tue, Jan 8, 2019 at 5:51 AM NDelt wrote: > I'm trying to install PyLucene on Ubuntu Linux and WSL, and

Re: [VOTE] Release PyLucene 7.6.0 (rc1)

2019-01-07 Thread Michael McCandless
+1 to release! I ran my usual simple test indexing the first 100K docs from an old wikipedia export, force merging, and running a few searches. Thank you for continuing to release PyLucene Andi! Mike McCandless http://blog.mikemccandless.com On Fri, Jan 4, 2019 at 4:59 PM Andi Vajda wrote:

Re: [VOTE] Release PyLucene 6.5.0 (rc2) (now with Python 3 support)

2017-03-31 Thread Michael McCandless
+1 to release; I ran my same "first 100K Wikipedia documents" smoke test, on Python 3.5.2, Java 1.8.0_121, Ubuntu 16.04. Mike McCandless http://blog.mikemccandless.com On Thu, Mar 30, 2017 at 3:27 PM, Andi Vajda wrote: > > A few fixes were needed in JCC for better Windows support. > The PyLuce

Re: [VOTE] Release PyLucene 6.4.1 (rc1)

2017-02-12 Thread Michael McCandless
+1 to release. I ran my usual smoke test: indexing first 100K docs from English Wikipedia export, optimizing, running a couple searches, on Ubuntu 16.04, Java 1.8.0_101, Python 2.7.12. Mike McCandless http://blog.mikemccandless.com On Sun, Feb 12, 2017 at 5:25 AM, Michael McCandless wrote

Re: [VOTE] Release PyLucene 6.4.1 (rc1)

2017-02-12 Thread Michael McCandless
Sorry, I will have a look! Mike McCandless http://blog.mikemccandless.com On Sat, Feb 11, 2017 at 5:23 PM, Andi Vajda wrote: > > Ping ? > Two more PMC votes are needed before this release can happen. > Thanks ! > > Andi.. > >> On Feb 6, 2017, at 13:38, Andi Vajda wrote: >> >> >> The PyLucene

Re: [VOTE] Release PyLucene 6.2.0 (rc2)

2016-09-11 Thread Michael McCandless
+1 to release! I installed on Ubuntu 16.04, Python 2.7, Java 1.8.0_101 and ran my usual test, indexing first 100K Wikipedia English documents and running a couple searches. Thanks Andi. Mike McCandless http://blog.mikemccandless.com On Fri, Sep 9, 2016 at 6:06 AM, Andi Vajda wrote: > > After

Re: [VOTE] Release PyLucene 4.10.4-1

2015-11-17 Thread Michael McCandless
+1 to release. I tested on Ubuntu 14.04.2, Python 2.7.6, Java 1.8.0_60 I ran my usual test of indexing the first 100K docs from Wikipedia's english export, running forceMerge, running a couple smoke queries. Mike McCandless http://blog.mikemccandless.com On Tue, Mar 10, 2015 at 1:42 AM, Andi

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

2015-11-17 Thread Michael McCandless
Sorry, I normally try to vote for PyLucene releases, but this release vote came at a bad time for me (traveling, which I rarely do!) and fell off the event horizon of my TODO list. I'll test it today and vote. Mike McCandless http://blog.mikemccandless.com 2015-11-17 2:40 GMT-05:00 Marc Jeuriss

Re: [VOTE] Release PyLucene 4.10.1-1

2014-10-03 Thread Michael McCandless
+1 to release I ran my usual smoke test, indexing, optimizing & searching first 100 K Wikipedia English docs... Mike McCandless http://blog.mikemccandless.com On Wed, Oct 1, 2014 at 7:13 PM, Andi Vajda wrote: > > The PyLucene 4.10.1-1 release tracking the recent release of Apache Lucene > 4.1

Re: [VOTE] Release PyLucene 4.9.0-0

2014-07-14 Thread Michael McCandless
+1 I ran my usual smoke test: index first 100K docs from Wikipedia (en), do a few searches, run forceMerge. Mike McCandless http://blog.mikemccandless.com On Mon, Jul 7, 2014 at 11:14 AM, Andi Vajda wrote: > > The PyLucene 4.9.0-0 release tracking the recent release of Apache Lucene > 4.9.0 i

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

2014-04-19 Thread Michael McCandless
+1 to release. I ran my usual smoke test: index first 100 K Wikipedia english docs and do a few searches. Mike McCandless http://blog.mikemccandless.com On Sat, Apr 19, 2014 at 2:25 PM, Andi Vajda wrote: > > The PyLucene 4.7.2-1 release tracking Tuesday's release of Apache Lucene > 4.7.2 is r

Re: [VOTE] Release PyLucene 4.5.1-1

2013-10-30 Thread Michael McCandless
On Wed, Oct 30, 2013 at 11:48 AM, Michael McCandless wrote: > On Wed, Oct 30, 2013 at 11:44 AM, Andi Vajda wrote: >> >> On Wed, 30 Oct 2013, Michael McCandless wrote: >> >>> +1 to release. >>> >>> However, when I ran the last step (&

Re: [VOTE] Release PyLucene 4.5.1-1

2013-10-30 Thread Michael McCandless
On Wed, Oct 30, 2013 at 11:44 AM, Andi Vajda wrote: > > On Wed, 30 Oct 2013, Michael McCandless wrote: > >> +1 to release. >> >> However, when I ran the last step ("sudo make install") it ended with >> this error: >> >> Installed >> /Li

Re: [nag] [VOTE] Release PyLucene 4.5.0-2

2013-10-18 Thread Michael McCandless
+1 to wait for 4.5.1 instead? Mike McCandless http://blog.mikemccandless.com On Thu, Oct 17, 2013 at 10:43 PM, Andi Vajda wrote: > > One more PMC vote is needed to finalize this release. > Then, we could wait for Lucene 4.5.1 to happen instead ? > > Andi.. > > -- Forwarded message

Re: [VOTE] Release PyLucene 4.4.0-1

2013-08-20 Thread Michael McCandless
+1 to release; I smoke tested by indexing first 100K docs of a Wikipedia English export and running a few searches, on OS X.

Re: [VOTE] Release PyLucene 4.3.1-1

2013-07-01 Thread Michael McCandless
On Sun, Jun 30, 2013 at 10:41 PM, Andi Vajda wrote: > And I have now reproduced the problem by forcing '/usr/bin/javac' to be the > one installed by Oracle's JDK 1.7, even though the original /usr/bin/javac > reported version 1.7.25. Sheesh, this is user hostile. > > Using Oracle's javac to compi

Re: [VOTE] Release PyLucene 4.3.1-1

2013-06-30 Thread Michael McCandless
On Sun, Jun 30, 2013 at 3:20 PM, Andi Vajda wrote: > > On Sun, 30 Jun 2013, Michael McCandless wrote: > >> Hmm I see two test failures, on Linux, Python 2.7.3, Java 1.7.0_07 >> : >> >> ERROR: testCachingWorks (__ma

Re: [VOTE] Release PyLucene 4.2.1

2013-04-15 Thread Michael McCandless
I'm having trouble on an Ubuntu 12.10 box, using Java 1.7_07 and Python 2.7.3. I was able to build and install both JCC and PyLucene, apparently successfully. I can "import lucene" in Python and print lucene.VERSION and confirm it's 4.2.1. lucene.initVM(lucene.CLASSPATH) succeeds. Yet, there ar

Re: [VOTE] Release PyLucene 3.6.2

2013-01-03 Thread Michael McCandless
On Wed, Jan 2, 2013 at 7:58 PM, Andi Vajda wrote: >> I tested on OS X 10.8.2, and was able to install & run my usual smoke >> test (index & search first 100K Wikipedia docs). >> >> But I hit a few strange things ... first, lots of compilation warnings >> when compiling jcc and pylucene, eg: >> >>

Re: [VOTE] Release PyLucene 3.6.1-2

2012-08-21 Thread Michael McCandless
+1 I tested on OS X 10.6.8, indexing first 100K docs from Wikipedia and running a few searches. Mike McCandless http://blog.mikemccandless.com On Tue, Aug 21, 2012 at 3:37 AM, Thomas Koch wrote: > Thanks, JCC 2.14 now builds just fine with MS-VC9 on Windows. Could also > build pylucene 3.6.1 a

Re: [jira] [Commented] (PYLUCENE-12) Add PythonReusableAnalyzerBase, so we can create analyzers in Python

2011-12-04 Thread Michael McCandless
On Sun, Dec 4, 2011 at 10:50 AM, Andi Vajda wrote: >> Just to be certain: how can I validate I truly succeeded in shared >> linking for the lucene extension...?  I'm on linux... when I run "nm" >> on the _lucene.so, what should I look for to confirm I "succeeded"...? > > Use ldd (with the right f

Re: [jira] [Commented] (PYLUCENE-12) Add PythonReusableAnalyzerBase, so we can create analyzers in Python

2011-12-04 Thread Michael McCandless
On Sun, Dec 4, 2011 at 9:25 AM, Michael McCandless wrote: > On Sat, Dec 3, 2011 at 5:10 PM, Andi Vajda wrote: >> >> On Fri, 2 Dec 2011, Michael McCandless (Commented) (JIRA) wrote: >> >>> RE the exception inside createComponents... strange!  Your exception >

Re: [jira] [Commented] (PYLUCENE-12) Add PythonReusableAnalyzerBase, so we can create analyzers in Python

2011-12-04 Thread Michael McCandless
On Sat, Dec 3, 2011 at 5:10 PM, Andi Vajda wrote: > > On Fri, 2 Dec 2011, Michael McCandless (Commented) (JIRA) wrote: > >> RE the exception inside createComponents... strange!  Your exception >> indeed has all the details (ie, shows the original traceback, from the >&

[jira] [Updated] (PYLUCENE-15) Add spellchecker JAR

2011-12-01 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated PYLUCENE-15: --- Attachment: PYLUCENE-15.patch Patch, to just the Makefile to add SPELLCHECKER_JAR

[jira] [Updated] (PYLUCENE-14) Add PythonIndexDeletionPolicy so we can implement IndexDeletionPolicy in Python

2011-11-26 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated PYLUCENE-14: --- Attachment: PYLUCENE-14.patch Straightforward patch w/ test case

[jira] [Created] (PYLUCENE-14) Add PythonIndexDeletionPolicy so we can implement IndexDeletionPolicy in Python

2011-11-26 Thread Michael McCandless (Created) (JIRA)
: PyLucene Issue Type: Improvement Reporter: Michael McCandless -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more

[jira] [Commented] (PYLUCENE-12) Add PythonReusableAnalyzerBase, so we can create analyzers in Python

2011-11-25 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13157322#comment-13157322 ] Michael McCandless commented on PYLUCENE-12: One small fix to the patch

[jira] [Commented] (PYLUCENE-12) Add PythonReusableAnalyzerBase, so we can create analyzers in Python

2011-11-22 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155397#comment-13155397 ] Michael McCandless commented on PYLUCENE-12: Hmm, one more unfriendli

[jira] [Commented] (PYLUCENE-12) Add PythonReusableAnalyzerBase, so we can create analyzers in Python

2011-11-22 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155389#comment-13155389 ] Michael McCandless commented on PYLUCENE-12: I noticed one unfriendli

[jira] [Updated] (PYLUCENE-12) Add PythonReusableAnalyzerBase, so we can create analyzers in Python

2011-11-22 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated PYLUCENE-12: --- Attachment: PYLUCENE-12.patch New patch (just fixes my indentation screwup from

Re: SIGSEGV if I give wrong args to IndexWriterConfig ctor

2011-11-19 Thread Michael McCandless
On Sat, Nov 19, 2011 at 6:34 PM, Andi Vajda wrote: > > On Sat, 19 Nov 2011, Andi Vajda wrote: > I need to take a closer look about what's different with this class. >>> >>> Strange... >>> >>> As long as I pass the analyzer as the 2nd arg (as I'm supposed to!) >>> everything works fine; it's o

Re: SIGSEGV if I give wrong args to IndexWriterConfig ctor

2011-11-19 Thread Michael McCandless
On Sat, Nov 19, 2011 at 5:53 PM, Andi Vajda wrote: > > On Sat, 19 Nov 2011, Andi Vajda wrote: > >> Hi Mike, >> >> On Sat, 19 Nov 2011, Michael McCandless wrote: >> >>> Does anyone else see this? >>> >>>  import lucene >>> >&g

Re: possible JCC bug when slicing a JArray?

2011-11-19 Thread Michael McCandless
On Sat, Nov 19, 2011 at 5:12 PM, Andi Vajda wrote: > >  Hi Mike, > > On Sat, 19 Nov 2011, Michael McCandless wrote: > >> If I run this: >> >>   import lucene >>   import types >> >>   arr = lucene.JArray(types.IntType)([1, 2, 3, 4]) >> >

SIGSEGV if I give wrong args to IndexWriterConfig ctor

2011-11-19 Thread Michael McCandless
Does anyone else see this? import lucene lucene.initVM() lucene.IndexWriterConfig(lucene.Version.LUCENE_34) --> SIGSEGV? IndexWriterConfig expects an analyzer as a 2nd argument... but I would expect a nice "lucene.InvalidArgsError" instead (that's what I hit if I pass no args to IWC). N

possible JCC bug when slicing a JArray?

2011-11-19 Thread Michael McCandless
If I run this: import lucene import types arr = lucene.JArray(types.IntType)([1, 2, 3, 4]) it makes a length 4 int array, initialized with 1, 2, 3, 4. But then if I try to slice this array like this: print arr[0:] it prints: [1, 2, 3] but I think it should print: [1

Re: SynonymAnalyzer(s) in PyLucene34

2011-10-28 Thread Michael McCandless
On Thu, Oct 27, 2011 at 11:39 AM, Michael McCandless wrote: > On Thu, Oct 27, 2011 at 11:07 AM, Andi Vajda wrote: > >> It would be helpful if the >> error returned, "Unknown format version: -11", said where on disk it was >> found. The CorruptIndexException co

Re: SynonymAnalyzer(s) in PyLucene34

2011-10-27 Thread Michael McCandless
On Thu, Oct 27, 2011 at 9:09 AM, Andi Vajda wrote: > So, I downloaded the new version of the samples, hoping to find a new > version of the wordnet index. But first, following instructions in README, > running 'ant test' in the lia2e directory fails with: >    Testcase: testWriteLock(lia.indexing

Re: [VOTE] Release PyLucene 3.3.0

2011-07-04 Thread Michael McCandless
I agree this is not a release blocker -- +1 to release PyLucene 3.3.0-1. Mike McCandless http://blog.mikemccandless.com On Sun, Jul 3, 2011 at 1:20 PM, Andi Vajda wrote: > > On Sun, 3 Jul 2011, Christian Heimes wrote: > >> Am 03.07.2011 18:17, schrieb Andi Vajda: >>> >>> What kind of errors ? >

Re: [VOTE] Release PyLucene 3.3.0

2011-07-04 Thread Michael McCandless
it status 1 make: *** [compile] Error 1 My env is OS X 10.6.6, Apple's build of Python (2.6.1), Java 1.6.0_22. Mike McCandless http://blog.mikemccandless.com On Sun, Jul 3, 2011 at 12:17 PM, Andi Vajda wrote: > >  Hi Mike, > > On Sun, 3 Jul 2011, Michael McCandless wrote: >

Re: [VOTE] Release PyLucene 3.3.0

2011-07-03 Thread Michael McCandless
adding a GROUPING_JAR matching all the other contrib jars, and running "make". This then hit various compilation errors -- is anyone able to enable the grouping module and compile successfully? Mike McCandless http://blog.mikemccandless.com On Sun, Jul 3, 2011 at 10:14 AM, Michael

Re: [VOTE] Release PyLucene 3.1.0

2011-04-04 Thread Michael McCandless
+1 to release I installed on Mac OS X 10.6.6, and ran my usual smoke test (indexing first 100K docs from Wikipedia, optimizing, running a few queries). Looks good! Mike http://blog.mikemccandless.com On Sat, Apr 2, 2011 at 4:28 PM, Andi Vajda wrote: > > The PyLucene 3.1.0-1 release closely tra

Re: [VOTE] [Take 3] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-15 Thread Michael McCandless
+1 Mike On Sun, Dec 12, 2010 at 7:51 PM, Andi Vajda wrote: > > A patch that improves the finding of jni.h on Mac OS X was integrated. > It made it worth blocking this release and preparing new release artifacts. > No one voted on the [Take 2] artifacts and I hope this is not > inconveniencing an

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-05 Thread Michael McCandless
+1 to both. I installed both on Linux (Fedora 13) and ran my test python script that indexes first 100K line docs from wikipedia and runs a few searches. No problems! Mike On Sun, Dec 5, 2010 at 1:50 AM, Andi Vajda wrote: > > With the recent releases of Lucene Java 2.9.4 and 3.0.3, the PyLucen

Re: [VOTE] Release PyLucene 2.9.3-1 and 3.0.2-1

2010-06-21 Thread Michael McCandless
+1 to release both Signatures/MD5 check out, and I built & installed each on OS X 10.6.3, and ran my usual smoke test (indexing first 100K docs from Wikipedia & running a few queries & confirming search results are identical between the two versions). Mike On Fri, Jun 18, 2010 at 1:47 PM, Andi V

Re: [VOTE] Release PyLucene 2.9.2-1 and 3.0.1-1 (nag)

2010-03-04 Thread Michael McCandless
+1 to release. I used both releases to index first 100K docs from a Wikipedia export, then ran several searches. All looks good. Also, both releases produce identical search results. Mike On Wed, Mar 3, 2010 at 1:48 PM, Andi Vajda wrote: > > With the recent - simultaneous - releases of Java L

Re: [VOTE] Release PyLucene 3.0.0-1

2009-11-30 Thread Michael McCandless
Thanks for the pointers Andi, I think I must've somehow had an older JCC installed -- when I repeated the usual steps, with the new RC, things built fine. User error :) Thanks! Mike On Sun, Nov 29, 2009 at 6:53 PM, Andi Vajda wrote: > > On Sun, 29 Nov 2009, Michael McCandless wrot

Re: [VOTE] Release PyLucene 3.0.0-1 (rc2)

2009-11-30 Thread Michael McCandless
+1 to release. I was able to build successfully, on OS X 10.5.8, Python 2.6.4, Java 1.5.0_20. I ran my usual smoke test, indexing first 100K docs from wikipedia, optimizing it, searching. I had to tweak the APIs to cutover to 3.0... but everything worked fine after that. Mike On Sun, Nov 29, 2

Re: [VOTE] Release PyLucene 3.0.0-1

2009-11-29 Thread Michael McCandless
I'm trying to build on Mac OS X 10.5.8, Java 1.6.0_15, Python 2.6.4 (that I downloaded & installed from http://python.org). I left JCC's setup.py at its defaults for darwin, and am trying this in PyLucene's Makefile: PREFIX_PYTHON=/usr/local ANT=ant PYTHON=$(PREFIX_PYTHON)/bin/python JCC=$(PYTHON

Re: [VOTE] Release PyLucene 2.9.1-1

2009-11-07 Thread Michael McCandless
OK thanks Andi, +1 to release! (minor comments below) Mike On Sat, Nov 7, 2009 at 1:49 PM, Andi Vajda wrote: > > On Nov 7, 2009, at 2:44, Michael McCandless > wrote: > >> Signature & md5 check out. I got everything working and ran my usual >> basic "in

Re: [VOTE] Release PyLucene 2.9.1-1

2009-11-07 Thread Michael McCandless
Signature & md5 check out. I got everything working and ran my usual basic "index & search first 100K docs from wikipedia" smoke test just fine. But a couple questions/issues: * Is it expected that jcc_ver = '2.4.1' in jcc/setup.py? (Are/were we trying to track Lucene's versioning, here?

Free live video streaming of ApacheCon US 2009

2009-11-04 Thread Michael McCandless
Team, For those Lucene fanatics not in Oakland this week for ApacheCon US, don't miss the FREE live video streaming, starting today: http://streaming.linux-magazin.de/en/program-apachecon-us-2009.htm Note that there are many talks available, covering Apache Hadoop, Apache HTTPD, Lucene, as wel

[jira] Commented: (PYLUCENE-1) On unhandled exception into Python, the Java stack trace should be included, and vice/versa

2009-06-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721715#action_12721715 ] Michael McCandless commented on PYLUCENE-1: --- Presumably the half you've

Re: Welcome Andi Vajda to the Lucene PMC

2009-04-06 Thread Michael McCandless
Welcome Andi! Mike On Mon, Apr 6, 2009 at 5:45 PM, Grant Ingersoll wrote: > The Lucene PMC is happy to announce that PyLucene creator Andi Vajda has > been added as a project member.  Please join me in welcoming Andi to the > PMC. > > Thanks, > Grant >

Fwd: [VOTE] release PyLucene 2.4.1

2009-03-25 Thread Michael McCandless
Ugh, forgot to CC pylucene-dev. Mike -- Forwarded message -- From: Michael McCandless Date: Wed, Mar 25, 2009 at 10:40 AM Subject: Re: [VOTE] release PyLucene 2.4.1 To: gene...@lucene.apache.org, Andi Vajda +1 to release RC7. I like your re-org of "For the Impatient/Re

Re: [VOTE] release PyLucene 2.4.1

2009-03-24 Thread Michael McCandless
I was afraid you would say that! OK I'll work up a patch ;) Mike Andi Vajda wrote: > > On Tue, 24 Mar 2009, Michael McCandless wrote: > >> But don't forget the "for the impatient..." instructions ;) > > Oh, I thought you were going to contribute them :) > > Andi.. >

Re: [VOTE] release PyLucene 2.4.1

2009-03-24 Thread Michael McCandless
But don't forget the "for the impatient..." instructions ;) Mike Andi Vajda wrote: > > On Tue, 24 Mar 2009, Chris Hostetter wrote: > >> : This is the way it used to be. In the interest of better maintenance by >> : avoiding duplication and to have nicer presentation than plain text, I >> : moved

Re: about failure to call initVM()

2009-03-18 Thread Michael McCandless
Fabulous! Mike Andi Vajda wrote: A long standing problem with PyLucene and JCC has been the crash one gets when forgetting to call initVM() to boot the embedded Java VM. After thinking about this some more, it became clear that a Java VM without classes is not very useful and that henc

Re: a few issues with 2.4.1 RC3

2009-03-13 Thread Michael McCandless
Andi Vajda wrote: I uploaded a new release candidate, rc4, with this fix to the staging are: http://people.apache.org/~vajda/staging_area/ +1 to release My previous example now works fine. I was able to build & search index of first 100K docs from wikipedia. Good job! Mike

Re: a few issues with 2.4.1 RC3

2009-03-13 Thread Michael McCandless
OK thanks Andi. I'll switch to RC4. I opened https://issues.apache.org/jira/browse/LUCENE-1564 for the underlying Lucene bug. Mike Andi Vajda wrote: On Fri, 13 Mar 2009, Andi Vajda wrote: On Fri, 13 Mar 2009, Michael McCandless wrote: * I'm attempting to re-use a field, b

Re: a few issues with 2.4.1 RC3

2009-03-13 Thread Michael McCandless
Andi Vajda wrote: On Fri, 13 Mar 2009, Michael McCandless wrote: OK, I created PYLUCENE-1, yay!: https://issues.apache.org/jira/browse/PYLUCENE-1 Andi can you go add some components to the Jira instance? What do you mean ? Please, give me an example. If you go here: https

[jira] Created: (PYLUCENE-1) On unhandled exception into Python, the Java stack trace should be included, and vice/versa

2009-03-13 Thread Michael McCandless (JIRA)
Project: PyLucene Issue Type: Improvement Reporter: Michael McCandless Priority: Minor Spinoff from this thread: http://markmail.org/message/lupg3umtwl6wopoj When an unhandled exception escapes Java into python, you get a JavaError python object. When

Re: a few issues with 2.4.1 RC3

2009-03-13 Thread Michael McCandless
OK, I created PYLUCENE-1, yay!: https://issues.apache.org/jira/browse/PYLUCENE-1 Andi can you go add some components to the Jira instance? Mike Andi Vajda wrote: On Fri, 13 Mar 2009, Michael McCandless wrote: OK it's great that I can .printStackTrace() to see it... But shouldn

Re: a few issues with 2.4.1 RC3

2009-03-13 Thread Michael McCandless
Andi Vajda wrote: On Fri, 13 Mar 2009, Michael McCandless wrote: OK it's great that I can .printStackTrace() to see it... But shouldn't we override JavaError.__str__ so by default an unhandled exception originating from Java would reveal its Java trace as well? (And presu

Re: a few issues with 2.4.1 RC3

2009-03-13 Thread Michael McCandless
Andi Vajda wrote: Mike, what do you think ? Indeed this looks like a Lucene bug! Sneaky. I'll take it. Mike

Re: a few issues with 2.4.1 RC3

2009-03-13 Thread Michael McCandless
ch info as possible to aid in debugging. Sometimes, it's a user who sees this exception, copies it into email and sends it off to you for remote debugging. Mike Andi Vajda wrote: On Fri, 13 Mar 2009, Michael McCandless wrote: * When I hit an exception in Java, the carryover to

a few issues with 2.4.1 RC3

2009-03-13 Thread Michael McCandless
I'm playing with 2.4.1 RC3 (on OS X 10.5.6) and found a few issues: * If I fail to call lucene.initVM, I get a rather unfriendly Bus Error. Is it possible (desirable?) to detect this and throw a friendly exception instead? * When I hit an exception in Java, the carryover to Python

Re: [VOTE] Release PyLucene 2.4.1

2009-03-12 Thread Michael McCandless
Bill Janssen wrote: Michael McCandless wrote: Michael McCandless wrote: A OK; this is quite confusing. Everyone seems to find it so. I advise Mac users at PARC to just use the system Python (unless and until they really know what they are doing). I will now do the same to all

Re: [VOTE] Release PyLucene 2.4.1

2009-03-12 Thread Michael McCandless
ackages/ JCC-2.2-py2.5-macosx-10.5-i386.egg Here's my config in the Makefile: PREFIX_PYTHON=/usr ANT=ant PYTHON=$(PREFIX_PYTHON)/bin/python JCC=$(PYTHON) -m jcc --shared NUM_FILES=2 This must be something silly in my env... Mike On Mar 12, 2009, at 4:18 PM, Christian Heimes wrote: Michae

Re: [VOTE] Release PyLucene 2.4.1

2009-03-12 Thread Michael McCandless
Andi Vajda wrote: On Mar 12, 2009, at 12:40, Michael McCandless > wrote: Andi Vajda wrote: On Thu, 12 Mar 2009, Michael McCandless wrote: Anyway, finally, a little bruised from the whole process, and wondering what other Python things on my Mac may now be broken... I was able to

Re: [VOTE] Release PyLucene 2.4.1

2009-03-12 Thread Michael McCandless
Michael McCandless wrote: A OK; this is quite confusing. Everyone seems to find it so. I advise Mac users at PARC to just use the system Python (unless and until they really know what they are doing). I will now do the same to all Mac+Python people I know & meet ;) Though... It&

Re: [VOTE] Release PyLucene 2.4.1

2009-03-12 Thread Michael McCandless
Bill Janssen wrote: Michael McCandless wrote: Bill Janssen wrote: Michael McCandless wrote: But why do I have two separate 2.5 Python installs, compiled w/ different options, in the first place? It's weird and I'd like to fix it, I think (outside of building PyLucene,

Re: [VOTE] Release PyLucene 2.4.1

2009-03-12 Thread Michael McCandless
Andi Vajda wrote: On Thu, 12 Mar 2009, Michael McCandless wrote: Anyway, finally, a little bruised from the whole process, and wondering what other Python things on my Mac may now be broken... I was able to run the tests successfully! Do not pollute your env with soft links. Use -F

Re: [VOTE] Release PyLucene 2.4.1

2009-03-12 Thread Michael McCandless
Bill Janssen wrote: Michael McCandless wrote: But why do I have two separate 2.5 Python installs, compiled w/ different options, in the first place? It's weird and I'd like to fix it, I think (outside of building PyLucene, for my own sanity). One (the one in /Libra

Re: [VOTE] Release PyLucene 2.4.1

2009-03-12 Thread Michael McCandless
Andi Vajda wrote: On Thu, 12 Mar 2009, Michael McCandless wrote: Anyway, finally, a little bruised from the whole process, and wondering what other Python things on my Mac may now be broken... I was able to run the tests successfully! Do not pollute your env with soft links. Use -F

Re: [VOTE] Release PyLucene 2.4.1

2009-03-12 Thread Michael McCandless
thod of same name. and also these ones?: cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ Mike Michael McCandless wrote: OK I was able to finally build (OS X 10.5.6) and run all tests successfully. I hit a few OS X issues that I

Re: [VOTE] Release PyLucene 2.4.1

2009-03-12 Thread Michael McCandless
OK I was able to finally build (OS X 10.5.6) and run all tests successfully. I hit a few OS X issues that I think are my silliness/confused environment. I'll try to document them here, for future Google diggers, but note that I sort of desperately rushed though things trying to get it to work s

Re: [VOTE] Release PyLucene 2.4.1

2009-03-12 Thread Michael McCandless
Andi, one small thing: when you upload a new RC, you should remove the old ones just to reduce chances for confusion... Mike Andi Vajda wrote: On Wed, 11 Mar 2009, Aric Coady wrote: On Mar 11, 2009, at 10:06 AM, Andi Vajda wrote: With the recent release of Java Lucene 2.4.1, it's high t

Re: preparing for a PyLucene release

2009-02-14 Thread Michael McCandless
Andi Vajda wrote: On Fri, 13 Feb 2009, Michael McCandless wrote: I think this is a good idea! There were discussions late last year to do a 2.9 release for Lucene, but realistically it's probably a ways out still. Even a 2.4.1 release, just bug fixes ? Possibly we'll

Re: preparing for a PyLucene release

2009-02-13 Thread Michael McCandless
I think this is a good idea! There were discussions late last year to do a 2.9 release for Lucene, but realistically it's probably a ways out still. The Lucene java release checklist might be a good place to check for the "typical" things: http://wiki.apache.org/lucene-java/ReleaseT

Re: trying to build PyLucene off Lucene's trunk

2009-02-03 Thread Michael McCandless
On Feb 3, 2009, at 2:17 PM, Andi Vajda wrote: On Tue, 3 Feb 2009, Michael McCandless wrote: I'm trying build PyLucene off of Lucene's current trunk, on OS X 10.5.6. So I first did "ant package-tgz" in a clean Lucene checkout, to get a tgz with all interesting JARS (sid

Re: using PyLucene from Java

2009-02-03 Thread Michael McCandless
Excellent, thanks Andi. Mike Andi Vajda wrote: On Tue, 3 Feb 2009, Michael McCandless wrote: One quick question about PyLucene/JCC: is it "symmetric" at runtime, ie, my "main" could be in Java and I can init access to Python and then invoke Python sources? EG mayb

trying to build PyLucene off Lucene's trunk

2009-02-03 Thread Michael McCandless
I'm trying build PyLucene off of Lucene's current trunk, on OS X 10.5.6. So I first did "ant package-tgz" in a clean Lucene checkout, to get a tgz with all interesting JARS (side note: it'd be nice if JCC could get the JARs out of the tgz or zip file). Then I tried to run the example at http://

using PyLucene from Java

2009-02-03 Thread Michael McCandless
One quick question about PyLucene/JCC: is it "symmetric" at runtime, ie, my "main" could be in Java and I can init access to Python and then invoke Python sources? EG maybe I created a Python function for indexing a bunch of files, but the rest of my app in in Java, so I want to create my writer

Re: hello

2009-01-23 Thread Michael McCandless
+1 too! yay Mike Grant Ingersoll wrote: +1 On Jan 23, 2009, at 4:46 PM, Andi Vajda wrote: On Fri, 23 Jan 2009, Michael McCandless wrote: Is anyone here? I am, I didn't know I was already subscribed :) Cool, this means the list is functional ! Maybe it's time t

  1   2   >