Purpose:
This is the class that is used to represent indexing rules for Text Search.
Methods:
BSTR getIndexName();
setIndexName(LPCTSTR indexName);
setDefaultDocFormat(long docModelDefaultDocFormat);
Sets the default document format that will be used by text search if the format cannot be determined automatically for a document.
long getDefaultDocFormat();
Gets the default document format that will be used by text search if the format cannot be determined automatically for a document.
long getDefaultCCSID();
Gets the default CCSID that will be used by text search if it cannot be determined automatically for a document.
setDefaultCCSID(long defaultCCSID);
Sets the default CCSID that will be used by text search if it cannot be determined automatically for a document.
long getDefaultLang();
Gets the default language that will be used by text search if it cannot be determined automatically for a document.
setDefaultLang(long docModelDefaultLang);
Sets the default language that will be used by text search if it cannot be determined automatically for a document.
LPDISPATCH getDefaultDocModel();
Gets the default document model. The returned LPDISPATCH pointer contains a DXDocModelTS object.
setDefaultDocModel(LPDISPATCH docModel);
Sets the default document model. The input parameter LPDISPATCH pointer contains a DXDocModelTS object.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.