| Home | Trees | Indices | Help |
|
|---|
|
|
1 """Lucene must be initialized exactly once. 2 3 XXX need a better way to do this, as there are a bunch of options that can be 4 passed to lucene.initVM. 5 """ 6 7 import lucene 8 # -Xrs is needed so Python gets KeyboardInterrupt 9 lucene.initVM(lucene.CLASSPATH, vmargs="-Xrs") 10
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Mar 10 05:37:18 2008 | http://epydoc.sourceforge.net |