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 (side note: it'd be nice
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 maybe I created a Python func
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 (side note: it'd be nice if JCC could
get the JARs out of the tgz or zip f
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 maybe I created a Python function for indexing a bunch of files, but
the rest of
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://
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