public class IndexerHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static Indexer |
indexer |
protected static Logger |
logger |
| Constructor and Description |
|---|
IndexerHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClearStaticFieldsInJavaHelpIndexer()
Repeated invokation of the javahelp indexer (possibly via multiple
classloaders) is causing trouble, residue from previous invokations seems
to cause errors this is a nasty workaround for the problem. alternatively
we could try invoking the indexer from a separate jvm i guess, ut that's
more work.
|
void |
index(java.io.File config,
java.io.File searchdb,
java.io.File docs) |
public void ClearStaticFieldsInJavaHelpIndexer()
public void index(java.io.File config,
java.io.File searchdb,
java.io.File docs)