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 in Java, pass
it to the Python function, and then continue using the writer in Java.

(I realize JCC allows subclassing of Java classes to in Python, eg the
Analyzers examples).

Mike

Reply via email to