My existing gcj-PyLucene code extends QueryParser. It looks like to do this with JCC-PyLucene, I'll need to write one of these Java extension classes, right? Or are there some standard extensors included? The sample in CustomQueryParser.py just imports lucene.PythonQueryParser, which I'm guess is a standard extensor for QueryParser.
You might add a pointer in the docs to jcc/java/org/osafoundation/lucene. Bill _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
