|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
ALWAYS_INVOKE |
static int |
INVOKE_WHEN_NO_ERROR |
static int |
INVOKE_WHEN_NON_FATAL |
static String |
VERSION |
Method Summary | |
void |
cleanup() plug-in manager cleanup |
String |
getBaseAPIVersion() Get the version string of the plug-in API - this method should always return DocumentServiceManager.VERSION |
DocumentService |
getDocumentServicePlugin() provide a DocumentService instance |
int |
getInvokeConditionWhenException() Inform the crawler on whether to invoke this service when there is exception from other plug-in before it. |
String |
getPluginDescription() Get the description of the plug-in |
String |
getPluginName() Get the name of the document service plug-in |
List |
getPluginParameters() Get the parameters of the plug-in |
String |
getPluginVersion() Get the version string of the plug-in |
void |
init(ParameterValues params, int threadCount, Logger log) Initialize the plug-in manager |
boolean |
isOnlyInvoke4IndexDoc() Only invoke this plug-in when the document is to be indexed |
void |
setLocale(Locale locale) Set the locale to be used for this plug-in manager and all the plug-ins created by it. |
Field Detail |
public static final String VERSION
public static final int ALWAYS_INVOKE
public static final int INVOKE_WHEN_NON_FATAL
public static final int INVOKE_WHEN_NO_ERROR
Method Detail |
public void cleanup() throws DocumentServiceException
DocumentServiceException
public String getBaseAPIVersion()
public DocumentService getDocumentServicePlugin()
public int getInvokeConditionWhenException()
public boolean isOnlyInvoke4IndexDoc()
public String getPluginDescription()
public String getPluginName()
public List getPluginParameters()
public String getPluginVersion()
public void init(ParameterValues params, int threadCount, Logger log) throws DocumentServiceException
params
- the parametersthreadCount
- number of plug-in requiredlog
- Logger to the crawler logDocumentServiceException
- if unable to initialize the plug-inpublic void setLocale(Locale locale)
locale
- the Locale
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |