Re: Korean analyzer in PyLucene

2010-06-22 Thread Robert Muir
e the procedure to do so? > > Thanks in advance. > -- > Boris -- Robert Muir rcm...@gmail.com

Re: Bring out SmartChineseAnalyzer in PyLucene?

2010-09-26 Thread Robert Muir
his AnalyzerProfile some other way manually? because as soon as you try to load AnalyzerProfile its going to emit these warnings... if pylucene is just loading this class itself (to make it accessible via python), i think this is just harmless? -- Robert Muir rcm...@gmail.com

Re: Bring out SmartChineseAnalyzer in PyLucene?

2010-09-26 Thread Robert Muir
On Mon, Sep 27, 2010 at 1:35 AM, Andi Vajda wrote: > > On Mon, 27 Sep 2010, Robert Muir wrote: > > >> >> On Sun, Sep 26, 2010 at 10:05 PM, Andi Vajda wrote: >> >> Doing so causes this complaint to be emitted while building the >> wrappers: >

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

2010-12-05 Thread Robert Muir
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 PyLucene > 2.9.4-1 and 3.0.3-1 releases closely tracking them are ready. > > Release candidates are available from: > >    http://people.apache.org/~vajda/staging_area/ > > A list of

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

2010-12-15 Thread Robert Muir
+1 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 anyone.

Re: [VOTE] Release PyLucene 3.3 (rc3)

2011-07-23 Thread Robert Muir
+1, built RC3 and all tests passed here on linux. On Thu, Jul 21, 2011 at 12:47 PM, Andi Vajda wrote: > > A problem was found with rc2. Please, vote on rc3, thanks :-) > > The Apache PyLucene 3.3-3 release closely tracking the recent release of > Apache Lucene Java 3.3 is ready. > > A release can

Re: [VOTE] Release PyLucene 3.5.0 rc3

2011-12-10 Thread Robert Muir
On Fri, Dec 9, 2011 at 12:26 AM, Andi Vajda wrote: > > There were some issues again with rc2. > Thank you all for having reported them ! > > Please vote on rc3: > +1. RC3 Built fine and tests pass on my mac (10.6.8) -- lucidimagination.com

Re: [VOTE] Release PyLucene 3.6.0 rc2

2012-05-11 Thread Robert Muir
+1 to release. Downloaded on OS X, verified sig/md5, built jcc and pylucene and ran tests. On Mon, May 7, 2012 at 8:20 PM, Andi Vajda wrote: > Please vote to release these artifacts as PyLucene 3.6.0-2. > > Thanks ! > > Andi.. > > ps: the KEYS file for PyLucene release signing is at: > http://s

Re: [VOTE] Release PyLucene 3.6.1-2

2012-08-22 Thread Robert Muir
On Tue, Aug 21, 2012 at 1:14 AM, Andi Vajda wrote: > > Please vote to release these artifacts as PyLucene 3.6.1-2. > +1 (from Linux). some unrelated notes: something is up in my browser at least for the links to pylucene and jcc install instructions on http://lucene.apache.org/pylucene/ and http

Re: [VOTE] Release PyLucene 3.6.1-2

2012-08-22 Thread Robert Muir
On Wed, Aug 22, 2012 at 3:40 PM, Andi Vajda wrote: > > Yes, the PyLucene site is a crying shame right now and it has been that way > for a year, ever since the switch to the CMS was made. I've had no time to > do a thorough cleanup there to get it into shape - and so has no one else in > the PyLuc

Re: [VOTE] Release PyLucene 3.6.1-2

2012-08-22 Thread Robert Muir
On Thu, Aug 23, 2012 at 12:21 AM, Andi Vajda wrote: > > On Thu, 23 Aug 2012, Christian Heimes wrote: > >> Am 21.08.2012 07:14, schrieb Andi Vajda: >>> >>> Please vote to release these artifacts as PyLucene 3.6.1-2. >> >> >> -1, sorry :) >> >> test_ICUTransformFilter.py is segfaulting on my system.

Re: PyLucene 3.6 build on MacOS and PyLucene website

2012-08-23 Thread Robert Muir
On Thu, Aug 23, 2012 at 11:45 AM, Andi Vajda wrote: > > Also, the jcc part of the site doesn't seem to be inheriting any of the css > from the rest of the site. > Do you have an example URL where this is a problem? Maybe its a browser refresh issue? I see the correct CSS layout for all 3 files

tiny patch for java7 on os X

2012-12-26 Thread Robert Muir
i installed java7 on my os X... with the following build patch pylucene seems to work fine (tests pass etc). I think java7 is just pickier about -source/-target both being set for jcc. And the extensions should use the same explicit source/target (or the build can hit classfile version problems).

Re: [VOTE] Release PyLucene 3.6.2

2012-12-26 Thread Robert Muir
On OS X, i had to run 'make test' twice. The first time, i got a strange error: Installed /Users/rmuir/pylucene/pylucene-3.6.2-1/build/test/lucene-3.6.2-py2.7-macosx-10.7-x86_64.egg Processing dependencies for lucene==3.6.2 Searching for lucene==3.6.2 Reading http://pypi.python.org/simple/lucene/

Re: [VOTE] Release PyLucene 3.6.2

2012-12-26 Thread Robert Muir
On Wed, Dec 26, 2012 at 11:14 AM, Andi Vajda wrote: > > Very strange. Why would it go out to pypi to install unrelated packages ? > Odd. Did you run just 'make' first before running 'make test' ? (my workflow). > I just tried make, followed by make test, and it worked fine. So I think i must have

Re: [VOTE] Release PyLucene 3.6.2

2012-12-28 Thread Robert Muir
+1 checks out for me on OS X (make, then make test as documented http://lucene.apache.org/pylucene/install.html). I hit a snag trying to do 'make test' directly, but I dont think this should block the release since the instructions say to do them separately. On Tue, Dec 25, 2012 at 9:56 PM, Andi

Re: FacetExample.py

2013-02-13 Thread Robert Muir
On Tue, Feb 12, 2013 at 3:11 AM, Andi Vajda wrote: > I then found that the test case from hell, TestSort.java, has majorly > changed again and test_Sort.py needs to be ported again. Sigh. > > Andi.. I'm not laughing at your expense Andi... but this made me laugh out loud multiple times today. I'

Re: FacetExample.py

2013-02-13 Thread Robert Muir
On Wed, Feb 13, 2013 at 7:54 PM, Andi Vajda wrote: > > On Wed, 13 Feb 2013, Robert Muir wrote: > >> On Tue, Feb 12, 2013 at 3:11 AM, Andi Vajda wrote: >>> >>> I then found that the test case from hell, TestSort.java, has majorly >>> changed again and t

Re: [VOTE] Release PyLucene 4.3.0-1

2013-05-14 Thread Robert Muir
+1 On Mon, May 6, 2013 at 8:27 PM, Andi Vajda wrote: > > It looks like the time has finally come for a PyLucene 4.x release ! > > The PyLucene 4.3.0-1 release tracking the recent release of Apache Lucene > 4.3.0 is ready. > > A release candidate is available from: > http://people.apache.org/~vajd

s/ivy-fail/ivy-availability-check/ in Makefile?

2013-05-14 Thread Robert Muir
I think ivy-fail target will always fail, causing this to always download ivy. On the other hand ivy-availability-check will conditionally call ivy-fail only if its unavailable.

Re: [ANNOUNCE] Apache PyLucene 4.3.0

2013-05-15 Thread Robert Muir
I got it working, with 2 steps: 1. force staging to rebuild, by making a commit under templates/ that just added a space inside a comment 2. deploy staging to production, by clicking https://cms.apache.org/lucene/publish usually #1 is not necessary, but i do it when things dont "take" On Wed, Ma

Re: AW: release votes

2014-04-24 Thread Robert Muir
On Thu, Apr 24, 2014 at 2:40 PM, Andi Vajda wrote: > > I agree with you that making releases is important. However, when votes are > called to actually make them, it's been hard to get voters to respond. > > Anyone can vote. Anyone with an interest should vote. Three PMC votes are > required to ma

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

2014-04-24 Thread Robert Muir
+1 verified hashes, signatures, and tests 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 ready. > > A release candidate is available from: > http://people.apache.org/~vajda/staging_area/ > > A list of cha