PyLu
index
PyLu.py

Manage and provide access to a Lucene index through Java. The Java
interface can be either jpype or jnius. Both are supported. jpype is
slower.
 
The decision about which interface to use is hard-wired into the
source code (see the java_interface variable).
 
The java_classpath is also hard-wired (see the java_classpath variable).

 
Modules
       
jnius
jnius_config
sys

 
Functions
       
get_jclass(class_hierarchy_path)
Get an interface to a Java class.
nop(arg)
No operation. Just return the argument.

 
Data
        JTrue = <java/lang/Boolean at 0x7ff21869fe00 jclass=java/lang/Boolean jself=<LocalRef obj=0x555b427335c0>>
java_classpath = ['.', 'LIB_DIR/*']
java_interface = 'jnius'