Index

DXIndexingRulesTS

Purpose:

This is the class that is used to represent indexing rules for Text Search.

Methods:

getIndexName
BSTR getIndexName();

Gets the index name.

setIndexName
setIndexName(LPCTSTR indexName);

Sets the index name.

setDefaultDocFormat
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.

getDefaultDocFormat
long getDefaultDocFormat();

Gets the default document format that will be used by text search if the format cannot be determined automatically for a document.

getDefaultCCSID
long getDefaultCCSID();

Gets the default CCSID that will be used by text search if it cannot be determined automatically for a document.

setDefaultCCSID
setDefaultCCSID(long defaultCCSID);

Sets the default CCSID that will be used by text search if it cannot be determined automatically for a document.

getDefaultLang
long getDefaultLang();

Gets the default language that will be used by text search if it cannot be determined automatically for a document.

setDefaultLang
setDefaultLang(long docModelDefaultLang);

Sets the default language that will be used by text search if it cannot be determined automatically for a document.

getDefaultDocModel
LPDISPATCH getDefaultDocModel();

Gets the default document model. The returned LPDISPATCH pointer contains a DXDocModelTS object.

setDefaultDocModel
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.