On Wed, 6 Apr 2011, Bill Janssen wrote:
Andi Vajda wrote:
There are two versions available from the lucene module:
>>> import lucene
>>> [(v, lucene.__dict__[v]) for v in dir(lucene) if 'VERSION' in v]
[('JCC_VERSION', '2.8'), ('VERSION', '3.1.0')]
I suppose I could make a list of
Andi Vajda wrote:
> There are two versions available from the lucene module:
>
>>>> import lucene
>>>> [(v, lucene.__dict__[v]) for v in dir(lucene) if 'VERSION' in v]
>[('JCC_VERSION', '2.8'), ('VERSION', '3.1.0')]
I suppose I could make a list of all the (JCC_VERSION, VERSION) pai
On Wed, 6 Apr 2011, Bill Janssen wrote:
Andi Vajda wrote:
On Wed, 6 Apr 2011, Bill Janssen wrote:
Andi Vajda wrote:
Unless I'm missing something here, you've got two options before you
break your users:
1. fix your code before you ship it to them
Unfortunately, the code is out ther
Andi Vajda wrote:
>
> On Wed, 6 Apr 2011, Bill Janssen wrote:
>
> > Andi Vajda wrote:
> >
> >> Unless I'm missing something here, you've got two options before you
> >> break your users:
> >> 1. fix your code before you ship it to them
> >
> > Unfortunately, the code is out there for buildin
+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
The PyLucene 3.1.0-1 release closely tracking the recent release of Lucene
Java 3.1.0 is ready.
A release candidate is available from:
http://people.apache.org/~vajda/staging_area/
A list of changes in this release can be seen at:
http://svn.apache.org/repos/asf/lucene/pylucene/branches/pyl