Index

DXIndexingDocMsgTS

Purpose:

This is the class that is used to create an indexing document message for Text Search.

Methods:

getIndexName
BSTR getIndexName();

Gets the index name.

setIndexName
setIndexName(LPCTSTR indexName);

Sets the index name.

setReasonCode
setReasonCode(long reasonCode);

Sets the error reason code for why a document could not be indexed.

getReasonCode
long getReasonCode();

Gets the error reason code.

getDocId
BSTR getDocId();

Gets the document identifier for the document causing the current indexing message.

setDocId
setDocId(LPCTSTR docId);

Sets the document identifier for the document causing the current indexing message.

getNationalLangFileId
BSTR getNationalLangFileId();

Gets the identifier of the file ID of the missing national language dictionary required to linguistically process the documents during indexing.

setNationalLangFileId
setNationalLangFileId(LPCTSTR nationalLangFileId);

Sets the identifier of the file ID of the missing national language dictionary required to linguistically process the documents during indexing.

getProblemTime
BSTR getProblemTime();

Gets the time information when the problem occurred.

setProblemTime
setProblemTime(LPCTSTR time);

Sets the time information when the problem occurred.

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.