|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractDatastoreAdmin | +--com.ibm.mm.sdk.common.DKDatastoreAdminTS
DKDatastoreAdminTS : This class represents and processes datastore administration functions for TS.
Fields inherited from interface com.ibm.mm.sdk.common.DKConstantDL |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdDL |
DK_DL_MSG_INVNBR_TEXTMAPPING, DK_DL_MSG_MSGID_NOT_FOUND |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Method Summary | |
void |
clearIndex(java.lang.String indexName)
Clear all indexed terms from a search index. |
void |
clearScheduledDocuments(java.lang.String indexName)
Clears the schedule document request queue for the specified index. |
void |
createDocModel(java.lang.String indexName,
DKDocModelTS docModel)
Create document model |
void |
deleteDocModel(java.lang.String indexName,
int ccsid,
java.lang.String docModelName)
Delete document model |
void |
deleteIndexingDocMessages(java.lang.String indexName)
Deletes the indexing messages that can occur while Text Search indexes documents. |
DKDocModelTS |
getDocModel(java.lang.String indexName,
int ccsid,
java.lang.String docModelName)
Get document model |
DKIndexFuncStatusTS |
getIndexFunctionStatus(java.lang.String indexName,
int funcId)
Get index function status, document and document message queue count for a search index. |
dkCollection |
getIndexingDocMessages(java.lang.String indexName)
Gets the indexing messages that can occur while Text Search indexes documents. |
DKIndexingRulesTS |
getIndexingRules(java.lang.String indexName)
Gets the default indexing rules that Text Search applies when format, CCSID and language cannot be determined automatically for a document. |
dkCollection |
listDocModels(java.lang.String indexName)
List document models |
void |
reorgIndex(java.lang.String indexName)
Reorganization remove obsolete information from the index specified, and compresses the information to improve storage utilization and performance |
void |
setIndexFunctionStatus(java.lang.String indexName,
int funcId,
int actionId)
Set indexing function status for a search index. |
void |
setIndexingRules(DKIndexingRulesTS indexRules)
Sets the default indexing rules that Text Search applies when format, CCSID and language cannot be determined automatically for a document. |
void |
startUpdateIndex(java.lang.String indexName)
Start the indexing process. |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractDatastoreAdmin |
accessControl, adminDomainsMgmt, authorizationMgmt, clearCache, configurationManagement, getDatastore, setDatastore, userManagement, workFlowManagement |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void startUpdateIndex(java.lang.String indexName) throws DKException, java.lang.Exception
indexName
- the name of the search index.public void clearIndex(java.lang.String indexName) throws DKException, java.lang.Exception
indexName
- the name of the search index.public DKIndexFuncStatusTS getIndexFunctionStatus(java.lang.String indexName, int funcId) throws DKException, java.lang.Exception
indexName
- the name of a search index.funcId
- the function id for a text search function.public void setIndexFunctionStatus(java.lang.String indexName, int funcId, int actionId) throws DKException, java.lang.Exception
indexName
- the name of a search index.funcId
- the function id for a text search function.actionId
- the indicator applied to a text search
function. It can be enabled, disabled or reset.public void reorgIndex(java.lang.String indexName) throws DKException, java.lang.Exception
indexName
- the name of a search index.public void clearScheduledDocuments(java.lang.String indexName) throws DKException, java.lang.Exception
indexName
- the name of a search index.public DKIndexingRulesTS getIndexingRules(java.lang.String indexName) throws DKException, java.lang.Exception
indexName
- the name of a search index.public void setIndexingRules(DKIndexingRulesTS indexRules) throws DKException, java.lang.Exception
indexRules
- the indexing rules object which contains
the indexing rules for a text search index.public dkCollection getIndexingDocMessages(java.lang.String indexName) throws DKException, java.lang.Exception
indexName
- the name of a search index.public void deleteIndexingDocMessages(java.lang.String indexName) throws DKException, java.lang.Exception
indexName
- the name of a search index.public void createDocModel(java.lang.String indexName, DKDocModelTS docModel) throws DKException, java.lang.Exception
indexName
- the name of a search index.docModel
- the document model.public void deleteDocModel(java.lang.String indexName, int ccsid, java.lang.String docModelName) throws DKException, java.lang.Exception
indexName
- the name of a search index.ccsid
- the ccsid.docModelName
- document model name.public DKDocModelTS getDocModel(java.lang.String indexName, int ccsid, java.lang.String docModelName) throws DKException, java.lang.Exception
indexName
- the name of a search index.ccsid
- the ccsid.docModelName
- document model name.public dkCollection listDocModels(java.lang.String indexName) throws DKException, java.lang.Exception
indexName
- the name of a search index.
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |