PyLu
index
/bos/usr0/callan/Classes/11-642/2023-F/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 0x7f078e7999a0 jclass=java/lang/Boolean jself=<LocalRef obj=0x12a3fb8>>
java_classpath = ['.', 'lucene-8.1.1/*', 'RankLib/*']
java_interface = 'jnius'