|
Oracle Secure Enterprise Search Java API Reference 11g Release 1 (11.1.2.2.0) E21607-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentServiceManager
| 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()Cleans up plug-in manager. |
String |
getBaseAPIVersion()Gets the version string of the plug-in API. |
DocumentService |
getDocumentServicePlugin() |
int |
getInvokeConditionWhenException()Gets the condition code that controls whether the crawler invokes this service after another plug-in throws an exception. |
String |
getPluginDescription()Gets the description of the plug-in. |
String |
getPluginName()Gets the name of the document service plug-in. |
List |
getPluginParameters()Gets the parameters of the plug-in. |
String |
getPluginVersion()Gets the version string of the plug-in. |
void |
init(ParameterValues params, int threadCount, Logger log)Initializes the plug-in manager. |
boolean |
isOnlyInvoke4IndexDoc()Only invokes 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 |
|---|
static final String VERSION
static final int ALWAYS_INVOKE
static final int INVOKE_WHEN_NON_FATAL
static final int INVOKE_WHEN_NO_ERROR
| Method Detail |
|---|
void cleanup()
throws DocumentServiceException
DocumentServiceExceptionString getBaseAPIVersion()
DocumentService getDocumentServicePlugin()
int getInvokeConditionWhenException()
boolean isOnlyInvoke4IndexDoc()
String getPluginDescription()
String getPluginName()
List getPluginParameters()
String getPluginVersion()
void init(ParameterValues params,
int threadCount,
Logger log)
throws DocumentServiceException
params - - the parametersthreadCount - - number of plug-in instances requiredlog - - the logger to the crawler logDocumentServiceException - if unable to initialize the plug-invoid setLocale(Locale locale)
locale - the locale
|
Oracle Secure Enterprise Search Java API Reference 11g Release 1 (11.1.2.2.0) E21607-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||