public class IndexerHelper extends 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(File config,
File searchdb,
File docs) |
public void ClearStaticFieldsInJavaHelpIndexer()