|
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.DKIndexingRulesTS
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 |
Constructor Summary | |
DKIndexingRulesTS()
Constructs a indexing rules object for TS |
Method Summary | |
int |
getDefaultCCSID()
Gets the default SAA Coded Character Set id that will be used by text search if it cannot be determined automatically for a document |
int |
getDefaultDocFormat()
Gets the default document format that will be used by text search if the format cannot be determined automatically for a document |
DKDocModelTS |
getDefaultDocModel()
Gets the default doc model |
int |
getDefaultLang()
Gets the default language that will be used by text search if it cannot be determined automatically for a document |
java.lang.String |
getIndexName()
Gets index name |
void |
setDefaultCCSID(int defaultCCSID)
Sets the default SAA Coded Character Set id that will be used by text search if it cannot be determined automatically for a document |
void |
setDefaultDocFormat(int defaultDocFormat)
Sets the default document format that will be used by text search if the format cannot be determined automatically for a document |
void |
setDefaultDocModel(DKDocModelTS defaultDocModel)
Sets the default doc model |
void |
setDefaultLang(int defaultLang)
Sets the default language that will be used by text search if it cannot be determined automatically for a document |
void |
setIndexName(java.lang.String indexName)
Sets index name |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKIndexingRulesTS()
Method Detail |
public java.lang.String getIndexName()
public void setIndexName(java.lang.String indexName)
indexName
- name of this indexpublic void setDefaultDocFormat(int defaultDocFormat)
defaultDocFormat
- default document formatpublic int getDefaultDocFormat()
public void setDefaultCCSID(int defaultCCSID)
defaultCCSID
- default CCSIDpublic int getDefaultCCSID()
public void setDefaultLang(int defaultLang)
defaultLang
- default languagepublic int getDefaultLang()
public void setDefaultDocModel(DKDocModelTS defaultDocModel)
defaultDocModel
- default document modelpublic DKDocModelTS getDefaultDocModel()
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |